{"id":18551114,"url":"https://github.com/fitsumhelina/to-do-list","last_synced_at":"2025-05-15T10:10:58.142Z","repository":{"id":232981692,"uuid":"785369354","full_name":"Fitsumhelina/TO-DO-LIST","owner":"Fitsumhelina","description":"This project is a command-line based to-do list manager written in Python. It allows users to create, read, update, and delete tasks, as well as update their status. The tasks are stored in a text file for persistence.","archived":false,"fork":false,"pushed_at":"2024-06-25T16:56:24.000Z","size":9,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-17T10:29:25.461Z","etag":null,"topics":["file","file-based","functions","hackathon","hackathon-project","oop","oop-in-python","project","python","python3","todolist"],"latest_commit_sha":null,"homepage":"","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/Fitsumhelina.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-04-11T18:48:53.000Z","updated_at":"2024-06-25T16:55:51.000Z","dependencies_parsed_at":"2025-02-17T10:39:10.329Z","dependency_job_id":null,"html_url":"https://github.com/Fitsumhelina/TO-DO-LIST","commit_stats":null,"previous_names":["fitsumhelina/to-do-list"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Fitsumhelina%2FTO-DO-LIST","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Fitsumhelina%2FTO-DO-LIST/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Fitsumhelina%2FTO-DO-LIST/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Fitsumhelina%2FTO-DO-LIST/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Fitsumhelina","download_url":"https://codeload.github.com/Fitsumhelina/TO-DO-LIST/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254319720,"owners_count":22051075,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["file","file-based","functions","hackathon","hackathon-project","oop","oop-in-python","project","python","python3","todolist"],"created_at":"2024-11-06T21:07:48.792Z","updated_at":"2025-05-15T10:10:58.115Z","avatar_url":"https://github.com/Fitsumhelina.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n\n# To-Do List Manager\n\nThis project is a command-line based to-do list manager written in Python. It allows users to create, read, update, and delete tasks, as well as update their status. The tasks are stored in a text file for persistence.\n\n## Features\n\n- **Create Task:** Add a new task with a name, time, and status.\n- **Read Task:** View the details of a specific task.\n- **Update Task:** Change the time associated with a task.\n- **Delete Task:** Remove a task from the list.\n- **Update Status:** Change the status of a task to pending, started, or finished.\n- **Data Persistence:** Save and load tasks from a text file.\n\n## Getting Started\n\n### Prerequisites\n\n- Python 3.x installed on your system.\n\n### Installation\n\n1. Clone the repository:\n    ```bash\n    git clone https://github.com/your-username/todo-list-manager.git\n    cd todo-list-manager\n    ```\n\n2. Run the to-do list manager:\n    ```bash\n    python todo_manager.py\n    ```\n\n### Usage\n\n1. Upon running the script, you will be presented with a menu of options:\n\n    ```\n    1. Add Task\n    2. Read Task\n    3. Update Task\n    4. Delete Task\n    5. Update Status\n    6. Exit\n    ```\n\n2. Select an option by entering the corresponding number.\n\n3. Follow the prompts to perform the desired action.\n\n## Code Overview\n\n### Class `task`\n\nThis class represents a task with a name, time, and status.\n\n### Class `task_manager`\n\nThis class manages the tasks, providing methods to create, read, update, and delete tasks. It also handles saving and loading tasks to and from a text file.\n\n- `create_task(name, time, status)`: Adds a new task.\n- `read_task(name)`: Displays the details of a task.\n- `read_status(name)`: Displays the status of a task.\n- `status_change(name, new_status)`: Changes the status of a task.\n- `update_task(name, new_time)`: Updates the time of a task.\n- `delete_task(name)`: Deletes a task.\n- `load_data()`: Loads tasks from the text file.\n- `save_data()`: Saves tasks to the text file.\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](#LICENSE) file for details.\n\n## Contributing\n\n1. Fork the repository.\n2. Create your feature branch (`git checkout -b feature/AmazingFeature`).\n3. Commit your changes (`git commit -m 'Add some AmazingFeature'`).\n4. Push to the branch (`git push origin feature/AmazingFeature`).\n5. Open a Pull Request.\n\n## Authors\n\n- **Fitsum Helina** - [Your GitHub Profile](https://github.com/Fitsumhelina)\n\n---\n\n## License\nMIT License\n\n[Link to License](licence)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffitsumhelina%2Fto-do-list","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffitsumhelina%2Fto-do-list","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffitsumhelina%2Fto-do-list/lists"}