Skip to content

ReBel v1.0.2

Compare
Choose a tag to compare
@samuelsenior samuelsenior released this 15 May 20:58
· 37 commits to master since this release

The Windows version of ReBel is found here. To run it simply download it, unzip it, go to the 'bin' folder and double click 'ReBel.exe'. To run the server just go to the 'bin' folder and double click 'server.exe'.

The macOS version of ReBel is found here. To run it simply download it, unzip it, go to the 'bin' directory and double click the 'ReBel' app. To run the server just go to the 'bin' directory and double click 'server'.

Both the Windows executables and the macOS executables are 64bit only, though 32bit versions can be run by downloading the source code, changing to the 'src' directory, and running 'rebel.py'/'server.py' using a 32bit installation of Python 3, with 'rebel.py' being for the client and 'server.py' being for the server (see the readme notes for the Python dependencies you need to install to run them in Python).

ReBel can also be run on other Python 3 supported operating systems by running it using Python on that OS.

Changes

  • Python requests module added to the readme to reflect the dependence on it (credit to sw104)
  • Small changes to allow easier execution of the Python scripts on Linux (and other Unix-based systems) (credit to sw104).
  • Corrected font case (credit to sw104).