https://github.com/cektor/speedtest-app
Cross Platform Speed Test Application Written in Python
https://github.com/cektor/speedtest-app
internetspeedtest speedtest-cli
Last synced: 2 months ago
JSON representation
Cross Platform Speed Test Application Written in Python
- Host: GitHub
- URL: https://github.com/cektor/speedtest-app
- Owner: cektor
- License: gpl-3.0
- Created: 2024-11-16T01:21:38.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-12-06T14:02:48.000Z (6 months ago)
- Last Synced: 2025-02-13T08:52:44.362Z (4 months ago)
- Topics: internetspeedtest, speedtest-cli
- Language: Python
- Homepage: https://fatihonder.org.tr/internet-speedtest-app-yapimi/
- Size: 151 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SpeedTest-App
Cross Platform Speed Test Application Written in PythonInstall Git Clone and Python3
Github Package Must Be Installed On Your Device.
```bash
sudo apt install git -y
```
Python
```bash
sudo apt install python3 -y
```
----------Required Libraries----------Tkinter
```bash
sudo apt-get install python3-tk
```speedtest-cli
```bash
pip install speedtest-cli
```
matplotlib
```bash
pip install matplotlib
```
Pillow (PIL)
```bash
pip install pillow
```requests
```bash
pip install requests
```----------------------------------
https://fatihonder.org.tr/internet-speedtest-app-yapimi/# Installation
Install SpeedTest-App```bash
sudo git clone https://github.com/cektor/SpeedTest-App.git
```
```bash
cd SpeedTest-App/
``````bash
python speed.py
```
or```bash
python3 speed.py```
# To compile
NOTE: For Compilation Process pyinstaller must be installed. To Install If Not Installed.
pip install pyinstaller
Linux Terminal
```bash
pyinstaller --onefile --windowed speed.py
```Windows VSCode Terminal
```bash
pyinstaller --onefile --noconsole speed.py
```MacOS VSCode Terminal
```bash
pyinstaller --onefile --noconsole speed.py
```# To run directly on Windows or Linux
Download and Run According to Your Operating System from the Linkhttps://github.com/cektor/SpeedTest-App/releases/tag/1.0
# Linux Screenshot

# Windows Screenshot
