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
- Host: GitHub
- URL: https://github.com/simplylu/nicegui-avatar-generator
- Owner: simplylu
- Created: 2023-12-03T11:53:15.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-15T20:54:23.000Z (over 2 years ago)
- Last Synced: 2025-02-09T20:36:39.176Z (over 1 year ago)
- Topics: avatar-generator, nicegui, python3
- Language: Python
- Homepage:
- Size: 115 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# nicegui-avatar-generator

## 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`