Clone and install
Use these commands exactly as they appear in README.md
.
git clone https://github.com/braydos-h/Minecraft-Server-Finder.git
cd Minecraft-Server-Finder
python -m venv .venv
# Windows: .venv\Scripts\activate
# macOS/Linux: source .venv/bin/activate
pip install --upgrade pip
pip install -r requirements.txt
Optional enrichment
Install extras to unlock deeper signal analysis:
pip install mcstatus
for richer MOTDs and protocol data.
pip install python-nmap
to corroborate service banners.
pip install psutil
to augment GUI system metrics.
- Install Mullvad’s CLI/SDK if you plan to rotate VPN exits automatically.
Know the CLI switches
Only supported flags are listed below.
python app.py
— launch the Tkinter interface.
python app.py --nogui
— force console mode even if Tkinter is available.
python app.py -h
— print the current help text.