Prosty menedżer zadań napisany w Pythonie, zapisujący dane w pliku JSON.
Pozwala dodawać, przeglądać i usuwać zadania bez potrzeby korzystania z bazy danych.
- ➕ Dodawanie nowych zadań
- 📋 Wyświetlanie listy zadań
- ❌ Usuwanie zadań po ID
- 💾 Zapisywanie danych w pliku
task_list.json - 🆔 Automatyczna numeracja ID
- 🧹 Automatyczne tworzenie pliku JSON, jeśli nie istnieje
- ✅ Możliwość zamknięcia programu z menu
A simple task manager written in Python that saves data to a JSON file.
Allows you to add, view, and delete tasks without the need for a database.
- ➕ Adding new tasks
- 📋 Displaying a task list
- ❌ Deleting tasks by ID
- 💾 Saving data to the
task_list.jsonfile - 🆔 Automatic ID numbering
- 🧹 Automatically creating a JSON file if it doesn't exist
- ✅ Ability to close the program from the menu