A simple and interactive calorie calculator built with Python and Tkinter. This application allows users to select various foods or months to view their calorie values and see which fruits and vegetables are in season. Ideal for those who want to keep track of their nutrition with a seasonal focus.
- ๐ Search and view calorie values of various foods
- ๐๏ธ Select a month to see seasonal fruits and vegetables
- ๐งฎ Select multiple items and calculate total calories
- ๐งผ "Clear Basket" feature to reset results
- ๐ฆ User-friendly interface with modern design
- Python
- Tkinter (GUI Framework)
- CollectAPI (for food and season data)
- dotenv (to safely store API keys)
- Clone the repository:
git clone https://github.com/keremify/calorie-counting-app-with-api.git cd calorie-counting-app-with-api