{"id":23317392,"url":"https://github.com/cektor/runner","last_synced_at":"2026-02-12T23:02:15.681Z","repository":{"id":265678167,"uuid":"896467244","full_name":"cektor/Runner","owner":"cektor","description":"This application allows you to run an Internet Speed Test and see test measurements. Cross Platform Operable with Graphical User Interface.","archived":false,"fork":false,"pushed_at":"2025-09-20T21:09:53.000Z","size":13877,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-20T21:26:13.675Z","etag":null,"topics":["internetspeed","speedtest-cli"],"latest_commit_sha":null,"homepage":"https://algyazilim.com","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cektor.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-11-30T12:49:03.000Z","updated_at":"2025-09-20T21:09:57.000Z","dependencies_parsed_at":"2025-02-13T08:48:11.864Z","dependency_job_id":"b8fed508-e433-4837-8660-325c2c25bbb6","html_url":"https://github.com/cektor/Runner","commit_stats":null,"previous_names":["cektor/runner"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/cektor/Runner","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cektor%2FRunner","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cektor%2FRunner/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cektor%2FRunner/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cektor%2FRunner/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cektor","download_url":"https://codeload.github.com/cektor/Runner/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cektor%2FRunner/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29385001,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-12T22:07:52.078Z","status":"ssl_error","status_checked_at":"2026-02-12T22:07:49.026Z","response_time":55,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["internetspeed","speedtest-cli"],"created_at":"2024-12-20T16:29:09.928Z","updated_at":"2026-02-12T23:02:15.676Z","avatar_url":"https://github.com/cektor.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ca href=\"#\"\u003e\n    \u003cimg src=\"https://raw.githubusercontent.com/pedromxavier/flag-badges/main/badges/TR.svg\" alt=\"made in TR\"\u003e\n\u003c/a\u003e\n\n# Runner\nThis application allows you to run an Internet Speed Test and see test measurements. Cross Platform Operable with Graphical User Interface..\n\n\u003ch1 align=\"center\"\u003eRunner Logo\u003c/h1\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"runnerlo.png\" alt=\"Runner Logo\" width=\"150\" height=\"150\"\u003e\n\u003c/p\u003e\n\n\n----------------------\n\n# Linux Screenshot\n![Linux(pardus)](screenshot/runner_linux.png)  \n\n# Windows Screenshot\n![Windows(11)](screenshot/runner_windows.png) \n\n--------------------\nInstall Git Clone and Python3\n\nGithub Package Must Be Installed On Your Device.\n\ngit\n```bash\nsudo apt install git -y\n```\n\nPython3\n```bash\nsudo apt install python3 -y \n\n```\n\npip\n```bash\nsudo apt install python3-pip\n\n```\n\n# Required Libraries\n\nPyQt5\n```bash\npip install PyQt5\n```\nPyQt5-sip\n```bash\npip install PyQt5 PyQt5-sip\n```\n\nPyQt5-tools\n```bash\npip install PyQt5-tools\n```\n\nRequired Libraries for Debian/Ubuntu\n```bash\nsudo apt-get install python3-pyqt5\nsudo apt-get install qttools5-dev-tools\n```\nspeedtest-cli\n```bash\npip install speedtest-cli\n```\n\n----------------------------------\n\n\n# Installation\nInstall Runner\n\n```bash\nsudo git clone https://github.com/cektor/Runner.git\n```\n```bash\ncd Runner\n```\n\n```bash\npython3 runner.py\n\n```\n\n# To compile\n\nNOTE: For Compilation Process pyinstaller must be installed. To Install If Not Installed.\n\npip install pyinstaller \n\nLinux Terminal \n```bash\npytohn3 -m pyinstaller --onefile --windowed runner.py\n```\n\nWindows VSCode Terminal \n```bash\npyinstaller --onefile --noconsole runner.py\n```\n\nMacOS VSCode Terminal \n```bash\npyinstaller --onefile --noconsole runner.py\n```\n\n# To install directly on Windows or Linux\n\n\n\n\n\nLinux (based debian) Terminal: Linux (debian based distributions) To install directly from Terminal.\n```bash\nwget -O Setup_Linux64.deb https://github.com/cektor/Runner/releases/download/1.00/Setup_Linux64.deb \u0026\u0026 sudo apt install ./Setup_Linux64.deb \u0026\u0026 sudo apt-get install -f -y\n```\n\nWindows Installer CMD (PowerShell): To Install from Windows CMD with Direct Connection.\n```bash\npowershell -Command \"Invoke-WebRequest -Uri 'https://github.com/cektor/Runner/releases/download/1.00/Setup_Win64.exe' -OutFile 'Setup_Win64.exe'; Start-Process -FilePath '.\\Setup_Win64.exe' -Wait\"\n\n```\n\nRelease Page: https://github.com/cektor/Runner/releases/tag/1.00\n\n----------------------------------\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcektor%2Frunner","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcektor%2Frunner","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcektor%2Frunner/lists"}