| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
A modern, beautiful, and fast macOS app to check your internet speed! Powered by Python, with a dark UI, smooth animations, and instant results.
Requirements:
# Clone the repo
git clone https://github.com/AlexTkDev/macOS_application_speedtest_for_python.git
cd macOS_application_speedtest_for_python
python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txtRun the app:
python main.pyOr build a native .app:
pyinstaller main.spec
open dist/Alex_SpeedTest.appmacOS_application_speedtest_for_python/ ├── speedtest_app/ # Main package │ ├── alexs_speedtest.py # Main app (async, threads) │ ├── network_adapter_information.py │ ├── test_history.py │ ├── gui/ │ ├── utils/ │ └── tests/ ├── main.py # Entry point ├── main.spec # PyInstaller config ├── requirements.txt # Dependencies ├── setup.py # Installer ├── README.md # Docs
xattr -dr com.apple.quarantine dist/Alex_SpeedTest.app
dist/Alex_SpeedTest.app/Contents/MacOS/alexs_speedtestpython -m unittest discoverMIT — see LICENSE
PRs welcome! See CONTRIBUTING in the repo.
Questions or ideas? Open an issue or reach out on GitHub
| Back | FazBrowse Home | New Git URL |