Skip to content

Commit

Permalink
release: v0.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Baelfire18 committed Jun 15, 2022
1 parent 22bd12e commit dbf00be
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions ReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,13 @@ pip install -U snail_print

Moreover, every console log in this video was made with the library and with [this file](https://github.com/Baelfire18/snail_print/master/presentation.py)

Copy and paste this code and try it yourself!

```python
from snail_print import snail_print
snail_print("Hello World", delay=0.2)
```

## Documentation

### snail_print
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "snail_print"
version = "0.1.8"
version = "0.1.9"
description = "A print funtion that slowly shows the output in console in real time"
authors = ["Jose Antonio Castro <jacastro18@uc.cl>"]
license = "MIT"
Expand Down

0 comments on commit dbf00be

Please sign in to comment.