The long Phython ride, Project launcher with ttk
- santiagocaffarena
- Sep 4, 2019
- 1 min read

For a number or reasons i have started implementing some coding on my daily routine. In the past month i worked on a long project that did not had a project launcher. I made one, learning some stuff on the way.
Project launcher.
What's this launcher thing? Why do i need one? Well, most studios need a way of standardizing things in order to keep track of the project files and media created (or ingested) during the post production process. If you are working alone in your personal projects it's ok to be a little, let`s say creative on the way you organize your project (just a little bit).However when it's time to collaborate with other artist, Or the size of the project is more than a couple of shoots, things can get messy quickly. A launcher does exactly this, It sets the environment variables of the project for all the artist involved every time they start to work. it can manage the naming for project files, folders and versions among other things. if you are working with templates, color spaces, video formats etc, using a launcher allows to simplify the workflow, tracking and troubleshooting of the entire project. Plus you don't lose time looking folder after folder for your files, you just open the launcher, select the project, and you are ready to go.
Comments