open.mp server browser GUI for Desktop (unofficial)
Servers are provided from open.mp/servers
- Dark Mode theme
- You can copy the server address by clicking on the row
- Refreshing server list (Available every 30 seconds)
- Search and filter rows
Fork the repository and build the executable with github actions.
Or to build on your machine:
- Install Python 3.8.2 (old version for program compatibility with Windows 7)
- Open Command Prompt and cd into the repo directory
cd openmp-server-browser
- Install dependencies
python -m pip install -r requirements.txt PyInstaller
- Build
PyInstaller main.spec
The executable file goes to the ./dist
folder.