https://github.com/nilaysarma/zenquotespy
ZenquotesPy is a lightweight Python package that provides easy access to motivational and inspirational quotes from the ZenQuotes.io API.
https://github.com/nilaysarma/zenquotespy
pypi python zenquotes-api
Last synced: 4 months ago
JSON representation
ZenquotesPy is a lightweight Python package that provides easy access to motivational and inspirational quotes from the ZenQuotes.io API.
- Host: GitHub
- URL: https://github.com/nilaysarma/zenquotespy
- Owner: nilaysarma
- License: mit
- Created: 2025-04-08T14:10:03.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-10T13:43:55.000Z (about 1 year ago)
- Last Synced: 2025-08-19T19:15:42.557Z (10 months ago)
- Topics: pypi, python, zenquotes-api
- Language: Python
- Homepage: https://zenquotespy.pages.dev
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ZenquotesPy
[](https://pypi.org/project/zenquotespy/)
[](https://pypi.org/project/zenquotespy/)
[](https://pypi.org/project/isoddeven/)
[](https://github.com/nilaysarma/zenquotespy/deployments/release)
[](https://pypi.org/project/zenquotespy/)
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](https://pypi.org/project/zenquotespy). 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.
```sh
pip install zenquotespy
```
To update the package use this command:
```sh
pip install --upgrade zenquotespy
```
## Quick usage ⚙️
Here's a quick example of how to use it:
```py
import zenquotespy
quote = zenquotespy.random()
print(quote)
```
## Documentation 📖
Read the [documentation page](https://zenquotespy.pages.dev) to know more about the package.
## Contributing 🤝
Contributions are welcome! Please feel free to submit an [issue](https://github.com/nilaysarma/zenquotespy/issues) or a [pull request](https://github.com/nilaysarma/zenquotespy/pulls).
## License 📝
This project is licensed under the MIT License - see the [LICENSE](https://github.com/nilaysarma/zenquotespy/blob/main/LICENSE) file for details.