A lightweight web browser with built-in developer tools β built in Python. Browse the web and run JavaScript, all in one simple app.
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.
- π 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
.pyscript and a standalone.exe
Download the latest release from the Releases page and run the .exe β no Python required.
Prerequisites:
git clone https://github.com/Big-A-Software/Dev-browser.git
cd Dev-browser
python dev_browser.pyIf any dependencies are missing, install them with:
pip install -r requirements.txt
- Launch the app
- Type a URL into the address bar and hit Enter
- Use the built-in dev tools panel to inspect or run JavaScript on the page
Open source. See LICENSE for details.
Built by Big-A-Software π οΈ