download and extract stuffdoer.zip from Release
- Text Writing: Allows users to automate input text.
text_spamming.mp4
- Clicker: Provides functionality to automate clicking events.
cps_test.mp4
cookie_clicking.mp4
To use the StuffDoer application, follow these steps:
- Clone the repo and cd into it:
git clone https://github.com/Kan5661/StuffDoer.git && cd StuffDoer
- Install the requirements:
pip install -r requirements.txt
- Run StuffDoer.py file:
sudo python StuffDoer.py
note: you may need to run the file with admin privilege (sudo command) for it to access and control the keyboard and mouse
- Follow MAC step 1 & 2
- Run StuffDoer.py file:
python StuffDoer.py
note: You might have to run your terminal as administrator
this is for if you want to modify the code/image assets and recompile
- Clone the repository:
git clone https://github.com/Kan5661/StuffDoer.git && cd StuffDoer
- Create a virtual environment:
python3 -m venv venv
- Install dependencies:
pip install -r requirements.txt pip install pyinstaller
- Run build command:
pyinstaller --icon ./png/Icon.ico --onefile .\StuffDoer.py --windowed --noconsole --add-data "png;png"
MIT