Python lib to print Ethereum logo of any size and style on your terminal or standard output.
Project description
eth-logo
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 % .
Usage (python lib)
from eth_logo import print_eth
# Optionals: Size, Character, Background, Padding
print_eth(size=20, char='#', back=' ', pad=' ')
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 details)
Built Distribution
File details
Details for the file eth_logo-0.1.3.tar.gz
.
File metadata
- Download URL: eth_logo-0.1.3.tar.gz
- Upload date:
- Size: 4.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.12.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 29cb27cbc0a2dc29feaa13c2be3603a7f241acb2df258058aca84204ef8753b2 |
|
MD5 | 4b1c91e41a4a58432aaf827d7d6e39a5 |
|
BLAKE2b-256 | 135ae5371087954b6b28c7a72d57cc34668f977e0c7cb07928da1796767a43c8 |
File details
Details for the file eth_logo-0.1.3-py3-none-any.whl
.
File metadata
- Download URL: eth_logo-0.1.3-py3-none-any.whl
- Upload date:
- Size: 6.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.12.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e524b235244acd77e691ce51dd4cfd34203e2167474b75ba17f78c8abe9c588f |
|
MD5 | 6a84c6c9f8b46a6b72fa644e6f984191 |
|
BLAKE2b-256 | f2362d16d0bd51a05e93da17c5b6ab3a3b912062933be03a8e05b98c6f92e77f |