Skip to content

mat-jan/Task-Manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🧠 TaskManager

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.


⚙️ Funkcje

  • ➕ 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

🧠 TaskManager

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.


⚙️ Features

  • ➕ Adding new tasks
  • 📋 Displaying a task list
  • ❌ Deleting tasks by ID
  • 💾 Saving data to the task_list.json file
  • 🆔 Automatic ID numbering
  • 🧹 Automatically creating a JSON file if it doesn't exist
  • ✅ Ability to close the program from the menu

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published