Get random quotes in terminal.
This project fetch the Quotable.io API.
You can install Quoteran from PyPI:
pip install quoteran
To get the last version:
pip install git+https:/github.com/UltiRequiem/quoteran
If you use Linux, you may need to install this with sudo to be able to access the command throughout your system.
quoteran
This project is Licensed under the MIT License.
I also developed this in Nodejs: UltiRequiem/ranmess
The version written in Nodejs is significantly faster, and it was even easier to develop and publish than this.
Update: Thanks to Poetry now it's just as easy to publish as an npm package, maybe a bit more.