A fully functional web browser made entirely in Python!
Explore the docs »
Report Bug
·
Request Feature
Table of Contents
The Sternet Web Browser is the perfect web bowser for you! Here's why:
- You care about your privacy and don't want your information to be sold
- You want a fully customisable experience with your browser
- You want a browser that is lightweight and fast
This browser was made using the Python language and by using the PyQt5 Library
To get a local copy up and running follow these simple example steps.
- Clone the repo
git clone https://github.com/IAmMaulik/Sternet.git
- Navigate To Directory
cd Sternet
cd src
- Install pip packages
pip install -r requirements.txt
- Run the Program
python3 main.pyw
Note: If the last command does not work, try
python main.pyw
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE
for more information.
This project was made by @IAmMaulik