Skip to content

Latest commit

 

History

History
54 lines (35 loc) · 1.76 KB

README.md

File metadata and controls

54 lines (35 loc) · 1.76 KB

quoteran

CodeQL Pylint Code Style PyPi Version Repo Size License: MIT Lines of Code

Get random quotes in terminal.

This project fetch the Quotable.io API.

Screenshot

Install

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.

Usage

quoteran

License

This project is Licensed under the MIT License.

Alternative

I also developed this in Nodejs: UltiRequiem/ranmess

Benchmark Screenshot

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.