Skip to content

cektor/SpeedTest-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

made in TR

SpeedTest-App

Cross Platform Speed Test Application Written in Python

Install Git Clone and Python3

Github Package Must Be Installed On Your Device.

sudo apt install git -y

Python

sudo apt install python3 -y

----------Required Libraries----------

Tkinter

sudo apt-get install python3-tk

speedtest-cli

pip install speedtest-cli

matplotlib

pip install matplotlib

Pillow (PIL)

pip install pillow

requests

pip install requests

https://fatihonder.org.tr/internet-speedtest-app-yapimi/

Installation

Install SpeedTest-App

sudo git clone https://github.com/cektor/SpeedTest-App.git
cd SpeedTest-App/
python speed.py

or

python3 speed.py

To compile

NOTE: For Compilation Process pyinstaller must be installed. To Install If Not Installed.

pip install pyinstaller

Linux Terminal

pyinstaller --onefile --windowed speed.py

Windows VSCode Terminal

pyinstaller --onefile --noconsole speed.py

MacOS VSCode Terminal

pyinstaller --onefile --noconsole speed.py

To run directly on Windows or Linux

Download and Run According to Your Operating System from the Link

https://github.com/cektor/SpeedTest-App/releases/tag/1.0

Linux Screenshot

app

Windows Screenshot

app