{"id":23772326,"url":"https://github.com/pournimativatane12/python-to-do-list-application","last_synced_at":"2026-02-27T05:35:26.298Z","repository":{"id":253815148,"uuid":"844601206","full_name":"PournimaTivatane12/Python-To-Do-List-Application","owner":"PournimaTivatane12","description":"This project is a simple and efficient To-Do List application built entirely in python.  Contribute to my repos if you want to improve!","archived":false,"fork":false,"pushed_at":"2025-02-27T12:29:27.000Z","size":47,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-05-31T10:41:51.237Z","etag":null,"topics":["application","logging","python"],"latest_commit_sha":null,"homepage":"https://replit.com/@rktivatane/Python","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/PournimaTivatane12.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2024-08-19T15:35:20.000Z","updated_at":"2025-04-14T08:51:31.000Z","dependencies_parsed_at":"2025-02-05T06:19:51.624Z","dependency_job_id":"c4d06539-6bfc-4c7c-b115-7563d4b93feb","html_url":"https://github.com/PournimaTivatane12/Python-To-Do-List-Application","commit_stats":null,"previous_names":["pournimativatane12/python-to-do-list-application"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/PournimaTivatane12/Python-To-Do-List-Application","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PournimaTivatane12%2FPython-To-Do-List-Application","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PournimaTivatane12%2FPython-To-Do-List-Application/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PournimaTivatane12%2FPython-To-Do-List-Application/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PournimaTivatane12%2FPython-To-Do-List-Application/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PournimaTivatane12","download_url":"https://codeload.github.com/PournimaTivatane12/Python-To-Do-List-Application/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PournimaTivatane12%2FPython-To-Do-List-Application/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29885883,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-26T23:51:21.483Z","status":"online","status_checked_at":"2026-02-27T02:00:06.759Z","response_time":57,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["application","logging","python"],"created_at":"2025-01-01T04:54:52.884Z","updated_at":"2026-02-27T05:35:26.285Z","avatar_url":"https://github.com/PournimaTivatane12.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Python-To-Do-List-Application\n\nYou can also run this application 👉 https://replit.com/@rktivatane/Python\n\n👉Project Title: Daily Life To-Do List Application\n\n👉Technology Stack: Python, Tkinter (or any GUI library), SQLite (optional for data storage)\n\n👉Key Features: Task creation, update, and deletion functionalities\n Task prioritization and categorization\n Deadline setting and reminders\n\n👉Description: Developed a user-friendly to-do list application designed to manage daily tasks efficiently, supporting task tracking and prioritization.\n\n👉Responsibilities: Designed the UI using Python's GUI toolkit.\n Implemented CRUD (Create, Read, Update, Delete) operations.\n Integrated optional data persistence using SQLite for task storage.\n\n👉Outcome: Enhanced organizational and time management skills through practical implementation of programming techniques.\n\n\n👉APPLICATION RUN\n\n\n![image](https://github.com/user-attachments/assets/49bb1aa6-f92f-4464-abf7-cd0d49d0665a)\n\n\n![image](https://github.com/user-attachments/assets/730af1ca-a575-4cd5-a4a3-33bfc3fc8473)\n\n\n![image](https://github.com/user-attachments/assets/81a90f72-18ee-42ae-885d-fe37d50d031d)\n\nOverview\nThis project is a simple command-line-based to-do list application written in Python. It allows users to manage their tasks by adding, viewing, and removing them from the list. It's a great project to practice Python programming and learn basic file handling.\n\n\nFeatures\nAdd Tasks: Users can add new tasks to their to-do list.\nView Tasks: Users can view all the tasks they have added.\nRemove Tasks: Users can remove tasks that have been completed or are no longer needed.\nSave Tasks: The to-do list is saved in a text file, so tasks are preserved even after the program is closed.\nRequirements\nPython 3.x\nInstallation\nClone this repository:\nhttps://github.com/PournimaTivatane12/Python-To-Do-List-Application\nNavigate to the project directory:\nhttps://github.com/PournimaTivatane12/Python-To-Do-List-Application/blob/main/code\nUsage\nAdd a Task:\n\n\nWhen prompted, enter the task you want to add.\nThe task will be saved to your list.\nView Tasks:\n\n\nChoose the option to view tasks.\nAll current tasks will be displayed.\nRemove a Task:\n\n\nSelect the option to remove a task.\nEnter the task number to delete it from the list.\nFile Structure\ntodo.py: The main script that runs the to-do list application.\ntasks.txt: A text file that stores the list of tasks.\nContributing\nContributions are welcome! If you have ideas for improving this project, feel free to fork the repository and submit a pull request.\n\n\nContact\nIf you have any questions, feel free to reach out to me at [rktivatane@gmail.com ].\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpournimativatane12%2Fpython-to-do-list-application","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpournimativatane12%2Fpython-to-do-list-application","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpournimativatane12%2Fpython-to-do-list-application/lists"}