Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kindness

Kindness is a Python package designed to promote kindness, gratitude, and positivity. It provides simple functions to generate random acts of kindness, gratitude messages, and compliments.

Installation

You can install the Kindness package using pip:

pip install kindness

Usage

Here's a quick example of how to use the Kindness package:

import kindness
print(kindness.random_act())
print(kindness.gratitude())
print(kindness.compliment())
from kindness import random_act, gratitude, compliment

print(random_act())
print(gratitude())
print(compliment())

Functions

  • random_act(): Generates a random act of kindness.
  • gratitude(): Generates a random thank you note to promote gratitude.
  • compliment(): Generates a random compliment to encourage the habit of complimenting others.

Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

License

This project is licensed under the MIT License. See the LICENSE file for details.

LICENSE

This project is licensed under the MIT License

About

Kindness is a Python package designed to promote kindness, gratitude, and positivity. It provides simple functions to generate random acts of kindness, gratitude messages, and compliments.

Resources

Stars

7 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages