https://github.com/vimichael/projectmanager
A GUI app for managing my project. Powered by CustomTkinter
https://github.com/vimichael/projectmanager
desktop-app gui python retained-mode-gui tkinter
Last synced: 6 months ago
JSON representation
A GUI app for managing my project. Powered by CustomTkinter
- Host: GitHub
- URL: https://github.com/vimichael/projectmanager
- Owner: vimichael
- Created: 2024-01-02T20:04:31.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-02T20:16:55.000Z (about 2 years ago)
- Last Synced: 2025-02-16T02:41:48.571Z (12 months ago)
- Topics: desktop-app, gui, python, retained-mode-gui, tkinter
- Language: Python
- Homepage:
- Size: 13.6 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Project Manager GUI
Simple project manager made with Custom Tkinter

### Features:
- Add, remove, and edit projects
- Open projects with terminal commands
- Interactive GUI
### Why?
I found myself losing track of my projects in a traditional file explorer. To midigate this, I created this GUI tool to easily access folders from anywhere on my machine.
### How to use
Either clone the repo, or download the precompiled exe in `dist` if you're on Windows.
If you're compiling on your own, I recommend using `pyinstaller`. Note: You must have python, tkinter, and customtkinter installed to use it.