Using Python, PyQt, and Sqlite, I made an app to organize the projects my brother's company has done in the past, and that are ongoing.
I chose a modern Python stack to transform a static emissions dataset into an interactive tool. Pandas handled all data manipulation and calculations, while Streamlit was used to build the user-friendly web interface.