Skip to content

AlexandreBidon/Funky-Horse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Funky-Horse - Random avatar generator

🐴 Horsing around

FeaturesHow To UseCreditsTODOLicense

Features

  • Over 10 000 unique combinations design-wise, thousands more if you include color schemes
  • Easy to use
  • Supports SVG and PNG output

How to Use

Install

pip install Funky-Horse

Create a Horse

from funky_horse import FunkyHorse
horse = FunkyHorse()
horse.save_png("<output_file.png>")
horse.save_svg("<output_file.svg>")

Credits

This software uses CairoSVG.

TODO

Here is a TODO list of things to add for future updates :

  • API version
  • Streamline the horse creation
  • Upgrade the accessory process

If you'd like to give any of these a shot feel free to contribute. Pull requests are also welcome!

Planned Themed Update

  • Halloween assets update
  • Japan assets update
  • Video games assets update
  • Summer assets update

License

MIT