{"id":18744953,"url":"https://github.com/rkstudio585/todo-list-gui","last_synced_at":"2025-11-22T19:30:16.492Z","repository":{"id":255909469,"uuid":"853867625","full_name":"rkstudio585/todo-list-GUI","owner":"rkstudio585","description":"A simple and stylish To-Do List Application for managing tasks. Features include task addition, editing, deletion, and XML import/export. Customize your experience with light and dark themes. Efficiently organize your tasks with this easy-to-use mobile and desktop app.","archived":false,"fork":false,"pushed_at":"2024-09-07T19:41:12.000Z","size":3077,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-12-28T20:14:10.622Z","etag":null,"topics":["gui","pyqt","python","python-project","qml","qml-applications","to-do-list-gui","todolist"],"latest_commit_sha":null,"homepage":"https://rkstudio.com","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rkstudio585.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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-09-07T18:53:36.000Z","updated_at":"2024-10-24T22:08:26.000Z","dependencies_parsed_at":"2024-09-07T20:15:21.783Z","dependency_job_id":"b1e02d2a-4aec-4abd-ad75-6b6976169b16","html_url":"https://github.com/rkstudio585/todo-list-GUI","commit_stats":null,"previous_names":["mdriyadkhan585/todo-list-gui","rkstudio585/todo-list-gui"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rkstudio585%2Ftodo-list-GUI","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rkstudio585%2Ftodo-list-GUI/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rkstudio585%2Ftodo-list-GUI/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rkstudio585%2Ftodo-list-GUI/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rkstudio585","download_url":"https://codeload.github.com/rkstudio585/todo-list-GUI/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239627247,"owners_count":19670844,"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":["gui","pyqt","python","python-project","qml","qml-applications","to-do-list-gui","todolist"],"created_at":"2024-11-07T16:16:26.056Z","updated_at":"2025-11-22T19:30:15.867Z","avatar_url":"https://github.com/rkstudio585.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 📋 To-Do List GUI\n---\n[In Python](https://github.com/mdriyadkhan585/todo-list-python)\n\n[In C Script](https://github.com/mdriyadkhan585/todo-list)\n\n\n![Logo](logo.svg)\n\n---\nWelcome to the **To-Do List Application GUI**! This app helps you manage your tasks efficiently with a clean and user-friendly interface. You can add, edit, delete tasks, and save or import tasks from an XML file. The app also features a light and dark theme toggle to suit your preferences.\n\n## 🚀 Features\n\n- **Add Tasks**: Enter and save new tasks to your list.\n- **Edit Tasks**: Modify existing tasks.\n- **Delete Tasks**: Remove tasks from your list.\n- **Save to XML**: Export all tasks to an XML file.\n- **Import from XML**: Load tasks from an XML file.\n- **Toggle Theme**: Switch between light and dark themes.\n- **Exit**: Close the application.\n\n---\n\n![gif](lv_0_20240908013638.gif)\n\n---\n## 🛠️ Installation and Setup\n\n1. **Clone the Repository**\n   \n   ```bash\n   git clone https://github.com/mdriyadkhan585/todo-list-GUI.git\n   ```\n\n2. **Navigate to the Project Directory**\n   \n   ```bash\n   cd todo-list-app\n   ```\n\n3. **Install Required Dependencies**\n\n   Make sure you have Python installed. Install the required packages using pip:\n\n   ```bash\n   pip install PySide6 qtpy\n   ```\n\n4. **Run the Application**\n\n   Execute the script to start the application:\n\n   ```bash\n   python todo_list_gui.py\n   ```\n\n## 📄 Usage Instructions\n\n### 1. Add Task\n- Type your task in the input field at the top.\n- Click the **Add Task** button to save it to the list.\n\n### 2. Edit Task\n- Select a task from the list.\n- Click the **Edit Task** button to modify the selected task.\n- Enter the new task details and confirm.\n\n### 3. Delete Task\n- Select a task from the list.\n- Click the **Delete Task** button to remove it.\n\n### 4. Save to XML\n- Click the **Save to XML** button to export all tasks to `tasks.xml`.\n\n### 5. Import from XML\n- Click the **Import from XML** button to load tasks from an XML file.\n- Select the XML file from your file system to import tasks.\n\n### 6. Toggle Theme\n- Click the **Toggle Theme** button to switch between light and dark themes.\n\n### 7. Exit Application\n- Click the **Exit** button to close the application.\n\n## 🎨 Theme Colors\n\n- **Light Theme**: White background with black text.\n- **Dark Theme**: Dark background with white text.\n\n## 🛠️ Troubleshooting\n\n- **Tasks Not Saving**: Ensure you have write permissions in the directory where the application is running.\n- **XML Import Issues**: Check the XML file format to ensure it's correctly structured.\n\n## 📜 License\n\nThis project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.\n\n## 🤝 Contributing\n\nFeel free to open issues or submit pull requests if you have suggestions or improvements!\n\n## 📧 Contact\n\nFor any questions or feedback, please contact [mdriyadkhan585@gmail.com](mailto:mdriyadkhan585@gmail.com)\n\n---\n\nThank you for using the To-Do List Application! We hope it helps you stay organized and productive. 😊\n\n---\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frkstudio585%2Ftodo-list-gui","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frkstudio585%2Ftodo-list-gui","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frkstudio585%2Ftodo-list-gui/lists"}