CPS Counter banner

CPS Counter

3 devlogs
5h 10m 45s

A simple GUI project made in python using kivy to count clicks per second!

debmalya

Fixed the layout. Added A timer slider, to select for how long the user wants to test cps. Added a label that shows the final score (the final average cps) upon completion of the timer. Also added a button disabling function to provide a gap between two cps test runs.

0
debmalya

Changed the font in an attempt to make it look better somewhat. Added current cps count (it is not instantaneous cps count by any means tho). Made the button display the current score as well.

0
debmalya

Created the basic structure of the app including the button and a label to display cps in the future. Not really satisfied with the app structuring might change it soon or shift the design logic to a kv file.
Pretty barebones for now, I do have plans to make it better looking in the future

Attachment
0