Foosball Data Collection Project
Language: Python
Environment/Libraries: tkinter, pandas, numpy, matplotlib
Things I Learned: OOP, UI design, tkinter, pandas, numpy
GitHub:
https://github.com/cost12/foosball_data
My roommates and I had a foosball table in college. As part of a school project, I collected data from 40 games. The school project didn't go much further, but I wanted to do more. So, I decided to create a program to track our records and other statistics. The more we played, the more features I added. The data is stored in a google sheet and then read into a pandas dataframe when the program runs. Initially, I had a command line interface, but I expanded to using tkinter as the program became more complex. This was my first time using tkinter and pandas so the code is a little messy, but it is an improvement over some of my previous projects and still maintainable.
Switching this project over from a tkinter interface to a web interface would be doable but time consuming. It is a project I am considering for the future, but for now I can provide a tkinter app if you are interested to see how the program works. You can click the link below to download it. Unfortunately, it probably only works on windows machines.
Download version 0.1.0
Some notes:
Many screens will have you click update or apply more times than you would want.
You can scroll in on the graphs, but you can't move around.
I like the color orange.
The individual tab is new and has limited features.
The tournaments tab was mostly abandoned, so may be incomplete/buggy.