top of page

FreePlots-
Freelancer Spreadsheet analyzing app.
As my first coding project I wrote this simple program that takes a
freelancer work oriented Open Office Spreadsheet file and returns
some interesting graphs and pie charts about it, like:
-
Number of days worked in given Financial Year.
-
Longest consecutive booking.
-
Days worked from home and on-site.
-
Amount of bookings for each Studio.
-
Work types overview in %.
-
Monthly profits.
-
Frequency of bookings for each day of the month.
-
Frequency of bookings for each day of the week.
Written in Python, pandas and matplotlib. GUI created in Tkinter.
Spreadsheet template and guidelines, as well as the code can be
found on my GitHub.
Get FreePlots here:
As I work on Windows, it has not been tested on other OS.


bottom of page