MataMercer / UART

A program for randomly choosing an art reference.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

UART

A program for randomly choosing an art reference.

Description

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.

Screenshots

UART Screenshot

How to Build

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 

About

A program for randomly choosing an art reference.


Languages

Language:Python 100.0%