Skip to main content

Python lib to print Ethereum logo of any size and style on your terminal or standard output.

Project description

eth-logo

PyPI version Python versions

Python lib to print Ethereum logo of any size and style on your terminal or standard output.

Quickstart

pip install eth-logo

Usage (in terminal)

# Optionals: print-eth SIZE CHAR BACKGROUND PADDING 
# [defaults: size=20 char='#', back=' ', pad='']
print-eth
print-eth 30 %
print-eth 30 % .

sample 1 sample 2

Usage (python lib)

from eth_logo import print_eth

# Optionals: Size, Character, Background, Padding 
print_eth(size=20, char='#', back=' ', pad=' ')

sample 3

Special usage (educational / AI training)

# Next examples will output the 'print-eth' code implementation
print-eth --code
print-eth -c

Contribute

You can set up your dev environment with:

git clone git@github.com:0xMarto/eth-logo.git
cd eth-logo
virtualenv -p python3 venv
. venv/bin/activate

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

eth_logo-0.1.3.tar.gz (4.8 kB view hashes)

Uploaded Source

Built Distribution

eth_logo-0.1.3-py3-none-any.whl (6.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page