Skip to content

smartlegionlab/smart-project-manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

87 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Smart Project Manager v1.0.5


Overview

Smart Project Manager is a desktop application for comprehensive project and task management, built with Python and PyQt5. It provides a hierarchical system for organizing projects, tasks, and subtasks, featuring visual labels, automatic progress tracking, and a dark-themed user interface.


GitHub release (latest by date) GitHub top language GitHub GitHub stars GitHub forks


⚠️ Disclaimer

By using this software, you agree to the full disclaimer terms.

Summary: Software provided "AS IS" without warranty. You assume all risks.

Full legal disclaimer: See DISCLAIMER.md


Features

1. Project Management

  • Create, edit, and delete projects with name, version, and description.
  • Hierarchical structure: Projects → Tasks → Subtasks.
  • Automatic progress calculation for each project based on task completion.

2. Task & Subtask System

  • Create tasks and subtasks with titles, descriptions, priorities (High/Medium/Low), and optional due dates.
  • Automatic completion logic: A task is marked as complete when all its subtasks are completed.
  • Toggle completion status for tasks and subtasks directly from the main interface.

3. Label System

  • Create custom labels with name, color, and description.
  • Assign labels to both tasks and subtasks for categorization and filtering.
  • Dedicated Label Manager dialog for creating, editing, and deleting labels.

4. Progress Tracking & Statistics

  • Visual progress bars for tasks, subtasks, and overall projects.
  • Real-time global statistics dashboard showing counts and completion rates for all entities.
  • Detailed project progress panel showing task/subtask counts and last update time.

5. User Interface

  • Dark theme optimized for extended use.
  • Two-panel layout: Project tree on the left, task table and details on the right.
  • Context menus for quick task actions (view, edit, mark complete, delete).
  • Interactive tables with buttons for editing, deleting, and toggling status.

6. Data Persistence

  • Automatic saving to ~/.smart_project_manager/projects.json.
  • JSON-based storage for projects, tasks, subtasks, and labels.
  • Data is automatically loaded on application startup.

Installation & Launch

Prerequisites

  • Python 3.7 or higher
  • Required Python packages: PyQt5

Steps

  1. Clone the Repository:

    git clone https://github.com/smartlegionlab/smart-project-manager.git
    cd smart-project-manager
  2. Install Dependencies: It is recommended to use a virtual environment.

    pip install -r requirements.txt
  3. Run the Application: Execute the main entry point:

    python app.py

How to Use

Getting Started

  1. Create a Project: Use File → New Project or the "New Project" button.
  2. Select a Project: Click on a project in the left panel to view and manage its tasks.
  3. Create a Task: With a project selected, use File → New Task or the "New Task" button.
  4. Add Subtasks: Edit a task and navigate to the "Subtasks" tab to add detailed steps.
  5. Manage Labels: Use Edit → Manage Labels to create and organize your label system.

Keyboard Shortcuts

  • Ctrl+N: New Project
  • Ctrl+T: New Task
  • Ctrl+B: Create BackUp
  • Ctrl+I: Import
  • Ctrl+Shift+E: Export
  • Ctrl+E: Edit Selected Project
  • Ctrl+D: Delete Selected Project
  • Ctrl+L: Manage Labels
  • F5: Refresh View
  • F1: Open Help
  • Ctrl+Q: Exit Application

License

This project is licensed under the BSD 3-Clause License. See the LICENSE file in the project repository for full details.


Future Development Roadmap

The following features are identified in the code as future implementation targets:

Planned Features

  • Task Filtering System - The "Show Completed Tasks" toggle in the View menu is implemented as a placeholder. Future implementation will:
    • Enable filtering of completed vs. pending tasks in the task table
    • Provide additional filtering options (by priority, due date, labels, etc.)
    • Persist filter settings between sessions

Copyright (©) 2026, Alexander Suvorov. All rights reserved.


Screenshot

Smart Project Manager Logo

About

Smart Project Manager is a desktop application for comprehensive project and task management.

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages