/arci-binder

Simple and nice keyboard to chat message bindings maker. Made for RAGE:MP servers (especially for RolePlay). Made in Python and QT6 🐍

Primary LanguagePythonMIT LicenseMIT

ArciBinder

Simple and nice keyboard to chat message bindings maker. Made especially for RAGE:MP.

How to use source code:

  1. Install Python 3.7 - 3.10
  2. git clone https://github.com/denipolis/arci-binder
  3. cd arci-binder
  4. Create virtual environment python -m venv env and activate it env/Scripts/activate
  5. Install pip requirements using pip install -r requirements.txt
  6. Try running: python /src/main.py
  7. Enjoy!

Translating .ui (QT Designer) to .py:

  1. Go to root of project.
  2. Execute tools\translateUI.bat

Building:

  1. Go to root of project.
  2. Execute tools\build.bat