/pyzhenya

My personal Python package.

Primary LanguagePythonMIT LicenseMIT

pyzhenya

A hodge-podge of utilities for my personal use.

Installation

$ pip install pyzhenya

Usage

Create an .ico icon image file of an emoji:

from pyzhenya.pyzhenya import text_to_image_file
text_to_image_file('🐍', 'snake.ico')

Contributing

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.

License

pyzhenya was created by Zhenya Kalenkovich. It is licensed under the terms of the MIT license.

Credits

pyzhenya was created with cookiecutter and the py-pkgs-cookiecutter template.