An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Project Manager GUI

Simple project manager made with Custom Tkinter

![Screenshot of GUI](ss.png)

### 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.