A simple GUI project made in python using kivy to count clicks per second!
A simple GUI project made in python using kivy to count clicks per second!
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.
Log in to leave a comment
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.
Log in to leave a comment
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
Log in to leave a comment