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.
$ python3 virtualenv venv\
$ pip install -r requirements.txt\
$ python main.py
Then select the options to create specific avatars.
- 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)
├── 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