Skip to content

UltiRequiem/quoteran

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.