Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project Manager Local App

A lightweight, local desktop application for managing project structures (nodes) and tracking issues. Built with Flask (backend) and pywebview (GUI), using standard JSON and CSV for data storage (No Pandas required).

📋 Prerequisites

Before running or compiling the application, ensure you have Python installed and the necessary dependencies.

  1. Install Python (3.8 or higher recommended).
  2. Install Dependencies: Run the following command to install the required libraries:
    pip install flask pywebview pyinstaller

How to compile app:

  • Run: python -m PyInstaller build.spec

  • Open app with the exe in: ./dist/ProjectManager/ProjectManager.exe


🛠️ Running from Source (Development)

If you want to run the application without compiling it first (useful for testing changes):

python app.py

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages