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/
Install SpeedTest-App
sudo git clone https://github.com/cektor/SpeedTest-App.git
cd SpeedTest-App/
python speed.py
or
python3 speed.py
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
Download and Run According to Your Operating System from the Link