Skip to content

Latest commit

 

History

History
134 lines (100 loc) · 3.51 KB

README.md

File metadata and controls

134 lines (100 loc) · 3.51 KB

Stargazers Issues MIT License


Logo

Sternet Browser

A fully functional web browser made entirely in Python!
Explore the docs »
Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Getting Started
  3. Contributing
  4. License
  5. Contact
  6. Acknowledgements

About The Project

Product Name Screen Shot

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

Built With

This browser was made using the Python language and by using the PyQt5 Library

Getting Started

To get a local copy up and running follow these simple example steps.

Installation

  1. Clone the repo
git clone https://github.com/IAmMaulik/Sternet.git
  1. Navigate To Directory
cd Sternet
cd src
  1. Install pip packages
pip install -r requirements.txt
  1. Run the Program
python3 main.pyw

Note: If the last command does not work, try

python main.pyw

Contributing

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.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Distributed under the MIT License. See LICENSE for more information.

Contact

This project was made by @IAmMaulik