Skip to content
This repository has been archived by the owner on Oct 26, 2020. It is now read-only.

LuqueDaniel/LoL-Server-Status

Repository files navigation

LoL Server Status

LoL Server Status is an application for checking servers status of League of Legends.

Version: 1.2
Licensed under: GPL v3

Download packages

  • Latest version 1.2 for Windows: Download (Size: 11.8 MB)

Download previous versions of packages and executables

Screenshots

screenshot

Dependencies

Changelog

See changelog.md for more information

How compile for Windows

With py2exe:
For compile LoL Server Status for Windows is necessary py2exe

In terminal (cmd or console) enter in "LoL-Server-Status" folder and execute the next command.
You may need to include the module "win32con".

python compile_with_py2exe_windows.py py2exe

With cx_freeze:
In terminal (cmd or console) enter in "LoL-Server-Status" folder and execute the next command.

python compile_with_cx_freeze.py build

Notes

LoL Server Status has not been tested on Mac. (Help?)