https://github.com/joebb10/autsec-browser
Autsec Browser: Your privacy-focused browser. Enjoy tabbed browsing, ad blocking, and HTTPS enforcement for a secure and seamless web experience.
https://github.com/joebb10/autsec-browser
browser https privacy privacy-tools security-tools
Last synced: 19 days ago
JSON representation
Autsec Browser: Your privacy-focused browser. Enjoy tabbed browsing, ad blocking, and HTTPS enforcement for a secure and seamless web experience.
- Host: GitHub
- URL: https://github.com/joebb10/autsec-browser
- Owner: joebb10
- Created: 2024-03-31T19:01:24.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-31T20:21:24.000Z (almost 2 years ago)
- Last Synced: 2025-01-17T16:16:49.761Z (12 months ago)
- Topics: browser, https, privacy, privacy-tools, security-tools
- Language: Python
- Homepage: https://autsec.io
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Autsec Browser
Your privacy-focused browser. Enjoy tabbed browsing, ad blocking, and HTTPS enforcement for a secure and seamless web experience.
This Browser is a privacy-focused web browser built with PyQt5 and PyQtWebEngine. It prioritizes security and privacy by implementing features such as ad blocking, HTTPS enforcement, and a streamlined browsing experience. Autsec Browser aims to provide users with a secure and seamless web browsing experience.
# Key Features
- Privacy and Security: Autsec Browser focuses on protecting user privacy and security with features like ad blocking and HTTPS enforcement.
- Tabbed Browsing: Easily navigate between multiple web pages using tabbed browsing.
- Ad Blocking: Block intrusive ads for a cleaner and safer browsing experience.
- HTTPS Enforcement: Automatically enforce HTTPS for enhanced security while browsing.
- Sleek Interface: Enjoy a user-friendly and intuitive interface for seamless browsing.
# How to Use
Installation:
Clone this repository to your local machine.
# Dependencies:
Ensure you have Python installed on your system.
Install the required dependencies using pip:
pip install PyQt5 PyQtWebEngine
# Running the Browser:
Run the following command to start the browser:
python browser.py
# Browsing:
Use the address bar to enter URLs or search terms.
Navigate between tabs using the tab bar.
Use the navigation buttons (Back, Forward, Reload) for easy navigation.
Taking Screenshots:
Click the "Screenshot" button to capture a screenshot of the current web page.
Choose the location to save the screenshot in the file dialog.
# Contributing
Contributions to Autsec Browser are welcome! If you'd like to contribute, please follow these steps:
Fork the repository.
Create a new branch for your feature or bug fix.
Make your changes and test thoroughly.
Submit a pull request, detailing the changes made and any relevant information.
License
This project is licensed under the MIT License - see the LICENSE file for details.
# Acknowledgements
This browser was built using PyQt5 and PyQtWebEngine.
Special thanks to the contributors of PyQt for providing a powerful framework for building GUI applications in Python.