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 -yPython
sudo apt install python3 -y----------Required Libraries----------
Tkinter
sudo apt-get install python3-tkspeedtest-cli
pip install speedtest-climatplotlib
pip install matplotlibPillow (PIL)
pip install pillowrequests
pip install requestshttps://fatihonder.org.tr/internet-speedtest-app-yapimi/
Install SpeedTest-App
sudo git clone https://github.com/cektor/SpeedTest-App.gitcd SpeedTest-App/python speed.pyor
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.pyWindows VSCode Terminal
pyinstaller --onefile --noconsole speed.pyMacOS VSCode Terminal
pyinstaller --onefile --noconsole speed.pyDownload and Run According to Your Operating System from the Link

