Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vijaymakkad/network-tracker
Network Tracker
https://github.com/vijaymakkad/network-tracker
python sql tkinter-python
Last synced: 10 days ago
JSON representation
Network Tracker
- Host: GitHub
- URL: https://github.com/vijaymakkad/network-tracker
- Owner: VijayMakkad
- Created: 2023-11-13T09:48:17.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-23T05:06:38.000Z (9 months ago)
- Last Synced: 2024-11-06T23:22:53.940Z (about 2 months ago)
- Topics: python, sql, tkinter-python
- Language: Python
- Homepage:
- Size: 978 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Network Tracker
This Network Tracker application is a Python-based tool that allows you to monitor network statistics and system information. It utilizes Tkinter for the GUI, PIL for image handling, and other Python packages for network and system data retrieval.
### Features
- **Network Monitoring**: Real-time monitoring of network statistics such as upload/download speeds, IP address, etc.
- **System Information**: Display of system information like CPU usage, memory usage, disk usage, etc.
- **Data Visualization**: Graphical representation of network and system data for easy analysis.### Requirements
- Python 3.x
- Tkinter
- PIL (Python Imaging Library)
- psutil
- time
- socket### Installation
1. Clone the repository:
```bash
git clone https://github.com/VijayMakkad/network-tracker.git
```2. Install required Python packages:
```bash
pip install pillow psutil
```### Usage
1. Run the application:
```bash
python network_tracker.py
```2. The GUI window will open, displaying network and system information.
### File Structure
- `network_tracker.py`: Main Python script containing the network tracker application.
- `screenshots/`: Directory containing application screenshots.### Contributing
Contributions are welcome! If you'd like to improve this project, please fork the repository and submit a pull request.
### License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
### Author
- [Vijay Makkad](https://github.com/VijayMakkad)
---
Feel free to customize this README file further based on the specifics of your application and its features. Add more sections or details as needed to accurately represent your project.