Home
Name Modified Size InfoDownloads / Week
main.py 2024-10-23 4.6 kB
README.txt 2024-10-23 1.2 kB
requirements.txt 2024-10-23 36 Bytes
Totals: 3 Items   5.9 kB 1
Glint Browser
=============

Overview:
---------
Glint is a simple web browser built using Python's Tkinter and tkhtmlview libraries. It supports tabbed browsing, basic settings management, and integrates encryption for data handling using the cryptography library.

Features:
---------
- Tabbed browsing
- Customizable homepage
- Basic error handling for page loading
- Encryption for data security

Requirements:
-------------
- Python 3.x
- Tkinter (included with Python)
- tkhtmlview
- requests
- cryptography

Installation:
-------------
1. Install the required libraries using pip:
   pip install -r requirements.txt



2. Download the source code for Glint.

3. Run the application:
   python main.py

Usage:
------
- To open a new tab, use the "New Tab" option in the menu.
- To close the current tab, use the "Close Tab" option.
- You can change the homepage by accessing "Settings" from the menu.

Contributing:
-------------
Feel free to modify the code, report issues, or suggest features!

License:
--------
This project is open source. Feel free to use it and modify it as you wish.

Contact:
--------
For questions or suggestions, please contact support@glint.com.


Source: README.txt, updated 2024-10-23