Thanks DALL-e for the logo.
CPS tester is a fun tool that tracks your CPS, clicks per second.
CPS tester has a history to see your past 10 runs.
-
Download latest release from https://github.com/sickpancake/cps-tester/releases to a path
-
Run
unzip cps_tester-<version>.zip -
Run
./cps_tester
- Tkinter
- sqlite3
- pyinstaller
$ pyinstaller -F cps_tester.py
# the dist/ directory should have `cps_tester` binary now.-
Run
python3 cps_tester.py -
Start testing your CPS by clicking the big clickbutton in the middle of the score screen.
-
The timer will start so start clicking the big button!
-
Once the timer runs out the button will deactivate and a score screen with pop up with your click count (score), your cps and your ranking depending on your cps. If you broke your record it will say that too.
-
You cannot exit the off the score screen. The only way is to click the ok button.
-
To open the history, click the history button on the top left.
-
Each run in history has the cps and the score. It also has the time and date it was recorded.
-
To exit out of the history or main window, click the exit button on the top left.
-
Good luck and have fun!
- settings window
- allow more runs to be viewed in history
- better graphics like rounded corners and own fonts, can be changed in settings window
- add a world wide highscore and a total clicks around the world both stored in a website


