Skip to content

Commit

Permalink
Add release 0.1.2 files and updates
Browse files Browse the repository at this point in the history
  • Loading branch information
0xMarto committed Feb 22, 2024
1 parent 90edee9 commit 038a47e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
10 changes: 3 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@ Python lib to print Ethereum logo of any size and style on your terminal or stan
```shell
pip install eth-logo
```
or
```shell
python3 -m pip install eth-logo`
```

### Usage (in terminal)
```sh
Expand All @@ -20,8 +16,8 @@ print-eth
print-eth 30 %
```
<div align="center">
<img src="./samples/eth_logo_sample_1.png" alt="terminal sample 1">
<img src="./samples/eth_logo_sample_2.png" alt="terminal sample 2">
<img src="https://raw.githubusercontent.com/0xMarto/eth-logo/master/samples/eth_logo_sample_1.png" alt="sample 1">
<img src="https://raw.githubusercontent.com/0xMarto/eth-logo/master/samples/eth_logo_sample_2.png" alt="sample 2">
</div>


Expand All @@ -33,7 +29,7 @@ from eth_logo import print_eth
print_eth(size=20, char='#', back=' ', pad=' ')
```
<div align="center">
<img src="./samples/eth_logo_sample_3.png" alt="terminal sample 3">
<img src="https://raw.githubusercontent.com/0xMarto/eth-logo/master/samples/eth_logo_sample_3.png" alt="sample 3">
</div>

### Contribute
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = eth-logo
version = 0.1.0
version = 0.1.2
author = Marto
author_email = [email protected]
description = Python lib to print Ethereum logo of any size and style on your terminal or standard output.
Expand Down

0 comments on commit 038a47e

Please sign in to comment.