Skip to content

ajsem1337/avatary-canon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Initials Avatar Generator

Small Python script to generate PNG avatars with user initials.
Designed for quick, manual use (e.g. printer profiles) where default icons are unwanted.

Cross-platform: Linux + Windows.


What it does

  • generates a 256×256 PNG with 1–2 initials
  • deterministic background color based on initials
  • automatic text contrast (black/white)
  • fixed output name: etg_XX.png
  • overwrites existing file (intentional)

What it does NOT do

  • no full names
  • no custom fonts
  • no configuration
  • no UI
  • no creativity

This is a work tool.


Requirements

  • Python 3.9+
  • Pillow

Install Pillow

Linux:

pip install pillow

Windows:

py -m pip install pillow

Usage

Linux:

python tworzenie_avatarow.py --user mc

Windows:

py .\tworzenie_avatarow.py --user mc

About

skrypt do robienia avatarów

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages