An open API service indexing awesome lists of open source software.

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.

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.