Quick update
Feb. 28th, 2019 08:09 pmSo this month things have been happening. First of all I was diagnosed with ADHD, a very late diagnose since I am 26 now, but made me understand a lot about my behavior(like how I can't seem to focus on just one project at a time).Having it diagnosed I can start treatment, and hopefully it will help me.
Second I had to learn python this month so I decided to have some fun with it, I am making a little timer program, still a lot to do but it is working already. And Lastly I have been learning music theory, from youtube videos and online sources its being hard but I hope I make something soon.
I am calling it TinyTimer. if you are familiar with work its a very similar program in fact I am using it as a base on what to do but I am expanding on it. Right now it behaves as a normal timer, you can start stop and reset it but I am seeing how to make it possible to start and stop by itself depending on what window you have focused. Like work, you will be able to set which windows you want to track but I am trying to make it more flexible allowing you to set more than 3 programs.
right now the program looks like this, when running the bakcground have a green color, and when stopped it gets red.

I also have a video showing the program running.
I have plan of it writing log files of how much time you spend on each session, a distraction free mode and a countdown mode. I already have the code on Github, and i hope to finish this soon.