Skip to content

ZenquotesPy is a lightweight Python package that provides easy access to motivational and inspirational quotes from the ZenQuotes.io API.

License

Notifications You must be signed in to change notification settings

nilaysarma/zenquotespy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ZenquotesPy

PyPI - Version Pepy Total Downloads PyPI - License GitHub deployments PyPI - Status

ZenquotesPy is a lightweight Python package that provides easy access to motivational and inspirational quotes from the ZenQuotes.io API.

Whether you're building a chatbot, a productivity app, a daily quote generator, or just want a little inspiration in your terminal — this package makes it effortless. It is published as a Python package named zenquotespy on PyPI. ZenquotesPy stands for Zenquotes Python, which means Zenquotes for Python developers.

Installation 🚀

You can install the package using pip. It is recommended to create a virtual environment first.

pip install zenquotespy

To update the package use this command:

pip install --upgrade zenquotespy

Quick usage ⚙️

Here's a quick example of how to use it:

import zenquotespy

quote = zenquotespy.random()

print(quote)

Documentation 📖

Read the documentation page to know more about the package.

Contributing 🤝

Contributions are welcome! Please feel free to submit an issue or a pull request.

License 📝

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

About

ZenquotesPy is a lightweight Python package that provides easy access to motivational and inspirational quotes from the ZenQuotes.io API.

Topics

Resources

License

Stars

Watchers

Forks

Languages