Easy-acess-dashboard
- 6 Devlogs
- 8 Total hours
A dashboard that automatically checks which apps you use the most and then lets you open them.
A dashboard that automatically checks which apps you use the most and then lets you open them.
I made the UI better. And boy does that look better than before. I added cool animations and better graphics. It went from simple html boxes and buttons to full on nearly-professional. I also spent some time figuring out how I would get the icon of a website (which is harder than it looks). I’m content with the new UI—that made a big difference.I definitely had fun in this project, and hopefully you did too, reading this!
Finished up and streamlined the tracking logic. I also made some files into .pyc files instead of .py’s to make it even faster. Also worked on the html of the local host page. I think this project is about done.
I was able to finish the time tracker too. So before, it just looked and analyzed data in a straight forward way. Which apps do you use most? Which websites do you visit most? But now, it looks at the time, and then responds accordingly. For example, since I always check my email at around 7:00 AM, my dashboard would learn to recommend Gmail in the morning and then place it lower on the list later in the day. This was actually surprisingly hard though, because I used the wrong libraries in the beginning. I thought I would have to use like pandas and like the other data libraries from python, but it turned out that I didn’t need them and I spent 45 min just overcomplicating things. I turns out, time tracker != complex data analysis.
Finished debugging! No more errors. I was also like planning how I would work on this in the future, and my thought is that I could add a time tracker where it sees the time and refrences the time too, just like phones. I would probably change the listener (which runs 24/7) to also include timestamp and then I’d work it out with like the median, mode, and other stat stuff.
I finished coding everything, took about two hours but there area lot of bugs I’m too lazy to fix right now though.
So, atleast me personally, I use a bunch of apps. I’m gonna try to get a working prototype that like tracks how much time you spend on x app or x website and then give you the option to open them. I’m gonna try to lock in and finish all of this in one day (with future updates to make it better of coures (maybe like time tracking/ai stuff too!).