Skip to content

Latest commit

 

History

History
51 lines (32 loc) · 1.21 KB

README.md

File metadata and controls

51 lines (32 loc) · 1.21 KB

HacktivBrowser

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.

Features

  • Open any URL entered by the user.
  • Simple and lightweight.

Requirements

  • Python 3.x
  • Tkinter (included in standard Python distribution)

Instructions

  1. Clone the repository:

    git clone <https://github.com/imambujshukla7/hacktivbrowser>
    cd HacktivBrowser
  2. Install dependencies:

    pip install -r requirements.txt
  3. Run the browser:

    python main.py
  4. Enter a URL in the provided entry field and click the "Go" button to open it in the default web browser.

Project Structure

  • 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.

Contributing

If you would like to contribute to this project, feel free to fork the repository and submit a pull request with your changes.

License

This project is licensed under the MIT License - see the LICENSE file for details.