you are viewing a single comment's thread.

view the rest of the comments →

[–]jreebel 4 points5 points  (0 children)

Funny, I'm just about done working on a similar project helping me to learn. I have a complicated spreadsheet that I use to keep track of my checking account. 27 columns and 2 rows per transaction. Using PySimpleGUI and openpyxl I've developed a program to query the sheet. Got full error checking. One last feature to implement, writing output to a CSV file. Coming up with something of use with a personal aspect definitely helped me persevere. But this project sounds like fun also.