I'm building a software in order to track my grocery inventory, Being able to know what I should buy or not when I'm going to the store and to track my expenses as well. And To know for sure in which types of food(Vegetables ...) i'm spending the most. This is just a first version 1 and working currently on the final version of this code.
. Input informations for up to 5 grocery items.
. Save the data to an Excel file.
. Display the saved data in a text box.
. Set default value for input fields
-
Make sure you have Python installed on you system.
-
Install pandas library for handly the data and Tkinter for the GUI
. The data is saved to Excel file as path adjust to my system, please make sure to adjust this path as per your system's requirements . This code is a preliminary version and requires further improvements to make it bug-frre. I am currently working on refining it
I'm open to collaboration and welcome any advice or suggestions for further imporovemenents in this code.
Feel free to use this code and modify it as per your needs.
Enjoy tracking and managing your grocery inventory :)