iwoithe / Random-Group-Generator

A cross-platform, free and open source random group generator.
GNU General Public License v3.0
2 stars 0 forks source link
cross-platform pyqt5 random-group-generator random-team-generator

Random Group Generator (0.3.2)

A cross-platform, free and open source random group generator.

Features

Installing

At this time, Random Group Generator is a source only distribution.

  1. Make sure Python is installed. Both Python 3.7 and 3.8 have been tested.

  2. Obtain the source code by cloning this repository and extract the files.

  3. Open a shell (on Windows the Command Prompt or PowerShell) in the top level directory of the extracted Random Group Generator source tree.

  4. On Linux and MacOS, run the following command:

    pip3 install -r requirements.txt

    On Windows, run the following command:

    pip install -r requirements.txt

Running

To run Random Group Generator:

  1. Open a shell in the top level directory of Random Group Generator.

  2. On Linux and MacOS, run the following command:

    python3 -i main.py

    On Windows, run the following command:

    python -i main.py

Another Method of Running Random Group Generator on Windows

  1. Navigate to the top level directory of Random Group Generator.

  2. Double click on main.py.

Support

For support, please open an issue on GitLab.

Todo

Version 0.3

Version 0.4

Contributing

Pull requests are welcome. For a feature request or bug, please open an issue on GitLab.

Licence

Random Group Generator is released under the GNU General Public License v3.