PyBrowser is a free, open-source web browser built with Python. It aims to provide a minimal yet functional web browsing experience while being lightweight and customizable.
- Basic Web Browsing: Browse the internet with ease.
- Check for Updates: Keep the browser up to date with the latest features.
- Fullscreen Mode: Switch between fullscreen and windowed modes.
- Customizable Themes: Change the color scheme to suit your preferences.
- Rename Windows: Rename your browser window for better organization.
- Multi-OS Support: Available for Windows, Linux, and macOS.
- Private navigation
Python 3.x: Ensure you have Python 3.x installed. You can download it here.
1.Clone the repository:
git clone https://github.com/SamuelLouf/PyBrowser.git
cd PyBrowser
2.Install Dependencies: Use pip
to install the required Python libraries:
pip install -r requirements.txt
3.Run the application:
a) On Windows
py PyBrowser.py
b) On Linux/MacOS
python3 PyBrowser.py
If you encounter any bugs or have suggestions for improvements, please feel free to open an issue.
Alternatively, you can report bugs directly from the application by navigating to the "Bugs and Issues" section and filling out the form.
This project is licensed under the MIT License. See the LICENSE file for details.
By @SamuelLouf