Tired of manually creating folder structures for your film/video projects?
Want a folder structure that dynamically changes based on the needs for your project?
Then Init-Film was made for you!
By filmmakers, for filmmakers ;)
->>Watch showcase<<-
Make sure you have any of the following Python versions installed (tested with tox):
Watch YouTube tutorial
Use pip install init-film
to install the latest version of init-film.
- Download the repo by using
git clone https://github.com/andreasdelabie/init-film
or download the zip folder from the releases. - Navigate to the folder by using
cd [path to folder]
or using a file explorer. - Use
pip install .
to install the script.
Check out the documentation for externally managed environments.
Use the CLI command init-film
in any folder to start a new film/video project.
Folder names can't contain spaces (with the exception of the project name). Instead use a -
or _
.
Use pip install --upgrade init-film
to update to the latest version of init-film.
Use pip uninstall init-film
to fully uninstall init-film from your system.