HacktivBrowser is a web browser created using Python. It provides a basic user interface to enter a URL and open it in the default web browser.
- Open any URL entered by the user.
- Simple and lightweight.
- Python 3.x
- Tkinter (included in standard Python distribution)
-
Clone the repository:
git clone <https://github.com/imambujshukla7/hacktivbrowser> cd HacktivBrowser
-
Install dependencies:
pip install -r requirements.txt
-
Run the browser:
python main.py
-
Enter a URL in the provided entry field and click the "Go" button to open it in the default web browser.
main.py
: Entry point of the application.gui.py
: Contains the GUI (Graphical User Interface) setup using Tkinter.browser.py
: Implements the basic web browser functionality.requirements.txt
: Lists the dependencies for the project.
If you would like to contribute to this project, feel free to fork the repository and submit a pull request with your changes.
This project is licensed under the MIT License - see the LICENSE file for details.