Skip to content

adib-yg/openmp-server-browser

Repository files navigation

open.mp Server Browser

open.mp server browser GUI for Desktop (unofficial)

Servers are provided from open.mp/servers

Screenshot-1

Screenshot-2

Version 1.1.0

  • Dark Mode theme

Download

Version 1.0.0

  • You can copy the server address by clicking on the row
  • Refreshing server list (Available every 30 seconds)
  • Search and filter rows

Download

Development

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.