-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
37 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,14 @@ | ||
# thanks | ||
# Thank You | ||
Python module to print "Thanks/Thank you" in every known language. | ||
Install it, import it and use it with | ||
```python | ||
from thankyou import give_thanks | ||
thanks = give_thanks() | ||
``` | ||
|
||
So, why do this? | ||
Why not I may reply. | ||
|
||
It's just a "nicer" way to generate random (sometimes hostile) data. | ||
|
||
[![pre-commit.ci status](https://results.pre-commit.ci/badge/github/mariofix/thankyou/main.svg)](https://results.pre-commit.ci/latest/github/mariofix/thankyou/main) [![Thank You](https://github.com/mariofix/thankyou/actions/workflows/tests.yml/badge.svg)](https://github.com/mariofix/thankyou/actions/workflows/tests.yml) [![PyPI version](https://badge.fury.io/py/thankyou.svg)](https://badge.fury.io/py/thankyou) [![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "thankyou" | ||
version = "0.0.2" | ||
version = "0.0.3" | ||
description = "Print \"Thank You\" in every known language" | ||
authors = [ | ||
"Mario Hernandez <[email protected]>" | ||
|