Skip to content

Ultimate Art Reference Tool (UART). A tiny Qt program for randomly choosing an art reference. Probably not so ultimate.

Notifications You must be signed in to change notification settings

MataMercer/UART

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

Ultimate Art Reference Tool (UART). A tiny Qt program for randomly choosing an art reference. Probably not so ultimate.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages