An open API service indexing awesome lists of open source software.

https://github.com/simplylu/nicegui-avatar-generator

Generate some avatars using the power of nicegui and python_avatars
https://github.com/simplylu/nicegui-avatar-generator

avatar-generator nicegui python3

Last synced: about 1 year ago
JSON representation

Generate some avatars using the power of nicegui and python_avatars

Awesome Lists containing this project

README

          

# nicegui-avatar-generator
![](screenshot.png)
## About
I just played around with [nicegui](https://github.com/zauberzeug/nicegui/) and wanted to generate some avatars for another project. I utilized the [python_avatars](https://github.com/ibonn/python_avatars) library to generate images in SVG format that can then be stored somewhere, downloaded or just copied to the clipboard.

Thanks for featuring me @[WolfgangFahl](https://github.com/WolfgangFahl) in your Solution Bazaar at [ngdemo.bitplan.com](https://ngdemo.bitplan.com/solutions)
## Installation
- Install required python libraries: `pip3 install -r requirements.txt`
## Usage
- Start webserver: `python3 avatar.py`
- Open in browser: `http://localhost:8080`