PyQt GUI for viewing Asset Info from Autodesk Flow Production Tracking Software.
I've built a tool that allows you to fetch all of the assets from a Flow project using the project ID and display all of those assets in a table that pops up which contains all of the assets information such as asset ID number, name, asset type and the description. This tool is useful for quickly seeing all of the assets in a table for any given film or project.
- Create virtual env with required version
python3.10 -m venv venv
- Activate venv
source venv/bin/activate
- Install required packages
pip install -r requirements.txt
- Done!