Skip to content

HacktivBrowser is a python-based web browser designed for streamlined URL navigation and web page rendering, leveraging core modules for seamless interaction with web content in a user-friendly manner

License

Notifications You must be signed in to change notification settings

HacktivSpace/hacktivbrowser

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

HacktivBrowser is a python-based web browser designed for streamlined URL navigation and web page rendering, leveraging core modules for seamless interaction with web content in a user-friendly manner

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%