Skip to content

Latest commit

 

History

History
25 lines (21 loc) · 757 Bytes

README.md

File metadata and controls

25 lines (21 loc) · 757 Bytes

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