{"id":34882086,"url":"https://github.com/smartlegionlab/smart-project-manager","last_synced_at":"2026-03-12T01:21:44.633Z","repository":{"id":330640868,"uuid":"1122902290","full_name":"smartlegionlab/smart-project-manager","owner":"smartlegionlab","description":"Smart Project Manager is a desktop application for comprehensive project and task management.","archived":false,"fork":false,"pushed_at":"2026-03-04T11:02:18.000Z","size":4619,"stargazers_count":4,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2026-03-04T18:08:18.024Z","etag":null,"topics":["alexander-suvorov","desktop-application","project-manager","python-applications","smart-project-manager","smartlegionlab"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/smartlegionlab.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-12-25T19:22:35.000Z","updated_at":"2026-03-04T11:02:22.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/smartlegionlab/smart-project-manager","commit_stats":null,"previous_names":["smartlegionlab/smart-project-manager"],"tags_count":18,"template":false,"template_full_name":null,"purl":"pkg:github/smartlegionlab/smart-project-manager","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smartlegionlab%2Fsmart-project-manager","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smartlegionlab%2Fsmart-project-manager/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smartlegionlab%2Fsmart-project-manager/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smartlegionlab%2Fsmart-project-manager/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/smartlegionlab","download_url":"https://codeload.github.com/smartlegionlab/smart-project-manager/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smartlegionlab%2Fsmart-project-manager/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30410676,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-12T00:40:14.898Z","status":"ssl_error","status_checked_at":"2026-03-12T00:40:08.439Z","response_time":84,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["alexander-suvorov","desktop-application","project-manager","python-applications","smart-project-manager","smartlegionlab"],"created_at":"2025-12-26T02:19:27.932Z","updated_at":"2026-03-12T01:21:44.628Z","avatar_url":"https://github.com/smartlegionlab.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Smart Project Manager \u003csup\u003ev1.0.3\u003c/sup\u003e\n\n---\n\n## Overview\n\n**Smart Project Manager** is a desktop application for comprehensive project and task management, \nbuilt with Python and PyQt5. It provides a hierarchical system for organizing projects, \ntasks, and subtasks, featuring visual labels, automatic progress tracking, and a dark-themed user interface.\n\n*   **Author:** Alexander Suvorov\n*   **GitHub:** [smartlegionlab](https://github.com/smartlegionlab)\n\n---\n\n## Features\n\n### 1. Project Management\n*   Create, edit, and delete projects with name, version, and description.\n*   Hierarchical structure: **Projects → Tasks → Subtasks**.\n*   Automatic progress calculation for each project based on task completion.\n\n### 2. Task \u0026 Subtask System\n*   Create tasks and subtasks with titles, descriptions, priorities (High/Medium/Low), and optional due dates.\n*   Automatic completion logic: A task is marked as complete when all its subtasks are completed.\n*   Toggle completion status for tasks and subtasks directly from the main interface.\n\n### 3. Label System\n*   Create custom labels with name, color, and description.\n*   Assign labels to both tasks and subtasks for categorization and filtering.\n*   Dedicated Label Manager dialog for creating, editing, and deleting labels.\n\n### 4. Progress Tracking \u0026 Statistics\n*   Visual progress bars for tasks, subtasks, and overall projects.\n*   Real-time global statistics dashboard showing counts and completion rates for all entities.\n*   Detailed project progress panel showing task/subtask counts and last update time.\n\n### 5. User Interface\n*   **Dark theme** optimized for extended use.\n*   **Two-panel layout:** Project tree on the left, task table and details on the right.\n*   Context menus for quick task actions (view, edit, mark complete, delete).\n*   Interactive tables with buttons for editing, deleting, and toggling status.\n\n### 6. Data Persistence\n*   Automatic saving to `~/.smart_project_manager/projects.json`.\n*   JSON-based storage for projects, tasks, subtasks, and labels.\n*   Data is automatically loaded on application startup.\n\n---\n\n## Installation \u0026 Launch\n\n### Prerequisites\n*   Python 3.7 or higher\n*   Required Python packages: `PyQt5`\n\n### Steps\n1.  **Clone the Repository:**\n    ```bash\n    git clone https://github.com/smartlegionlab/smart-project-manager.git\n    cd smart-project-manager\n    ```\n\n2.  **Install Dependencies:**\n    It is recommended to use a virtual environment.\n    ```bash\n    pip install -r requirements.txt\n    ```\n\n3.  **Run the Application:**\n    Execute the main entry point:\n    ```bash\n    python app.py\n    ```\n\n---\n\n## How to Use\n\n### Getting Started\n1.  **Create a Project:** Use `File → New Project` or the \"New Project\" button.\n2.  **Select a Project:** Click on a project in the left panel to view and manage its tasks.\n3.  **Create a Task:** With a project selected, use `File → New Task` or the \"New Task\" button.\n4.  **Add Subtasks:** Edit a task and navigate to the \"Subtasks\" tab to add detailed steps.\n5.  **Manage Labels:** Use `Edit → Manage Labels` to create and organize your label system.\n\n### Keyboard Shortcuts\n*   `Ctrl+N`: New Project\n*   `Ctrl+T`: New Task\n*   `Ctrl+B`: Create BackUp\n*   `Ctrl+I`: Import\n*   `Ctrl+Shift+E`: Export\n*   `Ctrl+E`: Edit Selected Project\n*   `Ctrl+D`: Delete Selected Project\n*   `Ctrl+L`: Manage Labels\n*   `F5`: Refresh View\n*   `F1`: Open Help\n*   `Ctrl+Q`: Exit Application\n\n---\n\n## Disclaimer\n\n**Smart Project Manager** is provided \"as is\", without warranty of any kind, express or implied, \nincluding but not limited to the warranties of merchantability, fitness for a particular purpose, and noninfringement. \nIn no event shall the authors or copyright holders be liable for any claim, damages, or other liability, \nwhether in an action of contract, tort, or otherwise, arising from, out of, or in connection with the software or \nthe use or other dealings in the software.\n\nThe user is solely responsible for maintaining backups of their project data. \nThe developers are not responsible for any data loss.\n\n---\n\n## License\n\nThis project is licensed under the **BSD 3-Clause License**. See the [`LICENSE`](LICENSE) file in the project \nrepository for full details.\n\n---\n\n## Future Development Roadmap\n\nThe following features are identified in the code as future implementation targets:\n\n### 🚧 **Planned Features**\n    \n*   **Task Filtering System** - The \"Show Completed Tasks\" toggle in the `View` menu is implemented as a placeholder. Future implementation will:\n    *   Enable filtering of completed vs. pending tasks in the task table\n    *   Provide additional filtering options (by priority, due date, labels, etc.)\n    *   Persist filter settings between sessions\n\n---\n\n**Copyright (©) 2026, Alexander Suvorov. All rights reserved.**\n\n---\n\n## Screenshot\n\n![Smart Project Manager Logo](https://github.com/smartlegionlab/smart-project-manager/blob/master/data/images/smart-project-manager.png)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsmartlegionlab%2Fsmart-project-manager","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsmartlegionlab%2Fsmart-project-manager","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsmartlegionlab%2Fsmart-project-manager/lists"}