Skip to content

ljashub/triggerbot-gui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PythonBot – Installation & Usage Guide

  1. Requirements

  1. Installation (Python version)

a) Download all files from the release (including main.py, requirements.txt, icon.ico). b) Open a command prompt in the project folder. c) Install dependencies: pip install -r requirements.txt

  1. Running (Python version)

a) Start the program: python main.py

b) On first start, you will be asked for a 4-digit code.

c) The graphical interface will open. Choose your settings, hotkeys, colors, etc.

  1. Using the EXE (recommended for end users)

a) Download the ready-to-use PythonBot.exe from: https://github.com/ljashub/triggerbot-gui/releases/tag/pythonbot

b) Start PythonBot.exe with a double-click. c) Follow the instructions as above (Verification Code).

  1. Notes

  • The verification code changes every 30 seconds on the website.
  • For updates, simply download the new version.
  • If you have problems: provide the error message and your Python version.
  1. Build your own EXE (optional)

a) Install PyInstaller: pip install pyinstaller

b) Build the EXE: python -m PyInstaller --onefile --noconsole --icon=icon.ico --name PythonBot main.py

c) The EXE will be in the dist/ folder.

Enjoy using PythonBot!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published