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