Skip to content

Latest commit

 

History

History
128 lines (89 loc) · 2.37 KB

README.md

File metadata and controls

128 lines (89 loc) · 2.37 KB
made in TR

Runner

This application allows you to run an Internet Speed Test and see test measurements. Cross Platform Operable with Graphical User Interface..

Runner Logo

Runner Logo


Linux Screenshot

Linux(pardus)

Windows Screenshot

Windows(11)


Install Git Clone and Python3

Github Package Must Be Installed On Your Device.

git

sudo apt install git -y

Python3

sudo apt install python3 -y 

pip

sudo apt install python3-pip

Required Libraries

PyQt5

pip install PyQt5

PyQt5-sip

pip install PyQt5 PyQt5-sip

PyQt5-tools

pip install PyQt5-tools

Required Libraries for Debian/Ubuntu

sudo apt-get install python3-pyqt5
sudo apt-get install qttools5-dev-tools

speedtest-cli

pip install speedtest-cli

Installation

Install Runner

sudo git clone https://github.com/cektor/Runner.git
cd Runner
python3 runner.py

To compile

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

pip install pyinstaller

Linux Terminal

pytohn3 -m pyinstaller --onefile --windowed runner.py

Windows VSCode Terminal

pyinstaller --onefile --noconsole runner.py

MacOS VSCode Terminal

pyinstaller --onefile --noconsole runner.py

To install directly on Windows or Linux

Linux (based debian) Terminal: Linux (debian based distributions) To install directly from Terminal.

wget -O Setup_Linux64.deb https://github.com/cektor/Runner/releases/download/1.00/Setup_Linux64.deb && sudo apt install ./Setup_Linux64.deb && sudo apt-get install -f -y

Windows Installer CMD (PowerShell): To Install from Windows CMD with Direct Connection.

powershell -Command "Invoke-WebRequest -Uri 'https://github.com/cektor/Runner/releases/download/1.00/Setup_Win64.exe' -OutFile 'Setup_Win64.exe'" && start /wait Setup_Win64.exe

Release Page: https://github.com/cektor/Runner/releases/tag/1.00