A program for randomly choosing an art reference.
It is a basic Qt desktop application that opens a random image based on a list of folders provided. I built it primarily for personal use and thought someone might find it handy. I plan on expanding it later to be more like QuickPoses' figure drawing application.
The build process was done by following this tutorial. If this doesn't work you can refer to that link.
To summarize:
Clone this repository to your computer and change directory into it.
Create a virtual environment
python -m venv virtualenv
Turn on the virtualenvironment
call virtualenv\scripts\activate.bat
Install PySide2 (You may need to prefix this with python -m on Windows)
pip install PySide2
Install the build tools FBS and PyInstaller
pip install fbs PyInstaller==3.4
Run it (To test it)
fbs run
Build it
fbs freeze