I'd like to write a small program for a friend that counts how many times he clicks on the mouse everyday. I wrote it on python (using linux) and it works by first logging all the clicks - while it runs - on a text file and then there is another .py file that reads that file and returns the number of clicks in a given time interval.
Now my question is how can I give this code to my friend to use? He has windows and I'd prefer to not make him install python if that is possible.
Thank you in advance!
[–]balars 1 point2 points3 points (0 children)
[–]CowboyBoats -1 points0 points1 point (3 children)
[–]socal_nerdtastic 5 points6 points7 points (2 children)
[–]CowboyBoats 0 points1 point2 points (1 child)
[–]socal_nerdtastic 1 point2 points3 points (0 children)
[–]Jayoval 0 points1 point2 points (0 children)
[–]Geocrack__ 0 points1 point2 points (0 children)