Skip to content

Python Autoclicker and Text spammer using pygame as GUI

License

Notifications You must be signed in to change notification settings

Kan5661/StuffDoer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

StuffDoer: Auto clicker and texter

Installation

download and extract stuffdoer.zip from Release

Functionalities

  1. Text Writing: Allows users to automate input text.
text_spamming.mp4
  1. Clicker: Provides functionality to automate clicking events.
cps_test.mp4
cookie_clicking.mp4

Usage

To use the StuffDoer application, follow these steps:

MAC

  1. Clone the repo and cd into it:
    git clone https://github.com/Kan5661/StuffDoer.git && cd StuffDoer
  2. Install the requirements:
    pip install -r requirements.txt
  3. 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

Windows

  1. Follow MAC step 1 & 2
  2. Run StuffDoer.py file:
    python StuffDoer.py
    

note: You might have to run your terminal as administrator

Build from code

this is for if you want to modify the code/image assets and recompile

  1. Clone the repository:
    git clone https://github.com/Kan5661/StuffDoer.git && cd StuffDoer
  2. Create a virtual environment:
    python3 -m venv venv
  3. Install dependencies:
    pip install -r requirements.txt
    pip install pyinstaller
  4. Run build command:
    pyinstaller --icon ./png/Icon.ico --onefile .\StuffDoer.py --windowed --noconsole --add-data "png;png"
    
    
    

License

MIT

About

Python Autoclicker and Text spammer using pygame as GUI

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages