A hodge-podge of utilities for my personal use.
$ pip install pyzhenya
Create an .ico
icon image file of an emoji:
from pyzhenya.pyzhenya import text_to_image_file
text_to_image_file('🐍', 'snake.ico')
Interested in contributing? Check out the contributing guidelines. Please note that this project is released with a Code of Conduct. By contributing to this project, you agree to abide by its terms.
pyzhenya
was created by Zhenya Kalenkovich. It is licensed under the terms of the MIT license.
pyzhenya
was created with cookiecutter
and the py-pkgs-cookiecutter
template.