Adding Plots to a Time Tracker App

Posted by Alexander Lacson on March 17, 2022 · 1 min read

I added a “visualize data” feature to a time tracking app. The app is called Time Tracker. I had to learn how to use the PyQt GUI library so that I could add the menu options for generating the data visualizations.

Here is the specific GitHub PR that shows my feature contribution.

Work Skills showcased in this article:

  • Working with the PyQt GUI library
  • Data Visualization with Plotly