Skip to content

Big-A-Software/Dev-browser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

2 Commits
Β 
Β 

Repository files navigation

Dev Browser

A lightweight web browser with built-in developer tools β€” built in Python. Browse the web and run JavaScript, all in one simple app.

About

Dev Browser is a Python-based desktop web browser designed with developers in mind. It includes a simple set of dev tools that let you interact with pages directly β€” great for testing and tinkering.

Features

  • 🌐 Basic web browsing β€” navigate to any URL
  • πŸ› οΈ Built-in developer tools
  • βš™οΈ Run JavaScript directly in the browser
  • 🐍 Built with Python β€” lightweight and hackable
  • πŸ’» Available as both a .py script and a standalone .exe

Getting Started

Option 1 β€” Run the Executable

Download the latest release from the Releases page and run the .exe β€” no Python required.

Option 2 β€” Run from Source

Prerequisites:

git clone https://github.com/Big-A-Software/Dev-browser.git
cd Dev-browser
python dev_browser.py

If any dependencies are missing, install them with:

pip install -r requirements.txt

Usage

  1. Launch the app
  2. Type a URL into the address bar and hit Enter
  3. Use the built-in dev tools panel to inspect or run JavaScript on the page

License

Open source. See LICENSE for details.


Built by Big-A-Software πŸ› οΈ

About

This is a blowser with a simple dev tools that will let you one JS It is a very simple web browser that is simple but yet can browse web

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors