Here is a quick demo showing my Project Management Tool in use. The user must create a project with a pre-defined source file directory and use the options within the tool to create different asset types. Based on the file and asset type selected, the file is automatically sorted into the correct location in the file directory. I created this with Python, Visual Studio, and Qt Designer. 

As I said, this is a WIP, so there are things I'd like to fix up. I'd like to add the option to switch between projects and open up the source files directly from the UI to prevent the need from traveling to the actual file location in the file explorer. 
Back to Top