jamescalam / aesthetic_ascii

Repo for aesthetic-ascii Python package. Generates A E S T H E T I C ascii art. Do NOT use while planet-hopping.

Home Page:https://pypi.org/project/aesthetic-ascii/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Aesthetic ASCII

Generate A E S T H E T I C ASCII art.

Instructions

  1. Install:
pip install aesthetic-ascii
  1. Generate an aesthetic ASCII visual:
from aesthetic_ascii import synthesize

# initialize drive object (to generate visuals)
drive = synthesize.Drive()
# generate a ASCII visual (dark_mode optional)
drive.generate(dark_mode=True)
# save to png
drive.to_png('aesthetic.png')
  1. Ride the space skyway home to 80s Miami

About

Repo for aesthetic-ascii Python package. Generates A E S T H E T I C ascii art. Do NOT use while planet-hopping.

https://pypi.org/project/aesthetic-ascii/

License:MIT License


Languages

Language:Python 73.4%Language:Jupyter Notebook 26.6%