/avatar-generator-GUI

A simple GUI for generate simple 2D avatars.

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

avatar-generator-GUI

A simple GUI for generating simple 2D avatars. In the main folder, you have the examples of the main facial expressions in 2D vector pictures; speak, neutral, happy, sad, fear, angry, surprise and disgust.

Instructions

$ python3 virtualenv venv\
$ pip install -r requirements.txt\
$ python main.py

Then select the options to create specific avatars.

Testing

  • Python 3.10.6
  • Ubuntu 22.04
  • Laptop HP
  • Hardware:
    • RAM: 15 GiB
    • AMD Ryzen 7 4700U with Radeon Graphics × 8
    • RENOIR (renoir, LLVM 15.0.6, DRM 3.47, 5.19.0-43-generic)

Folder project:

├── LICENSE
├── README.md
├── angry.png
├── configuration.mem
├── disgust.png
├── fear.png
├── gui.png
├── happy.png
├── main.py
├── neutral.png
├── requirements.txt
├── sad.png
├── speak.png
└──surprise.png

Screenshots

The GUI.
gui