Metadata-Version: 2.1
Name: quoteran
Version: 1.1.2
Summary: Random quotes on Terminal
Home-page: https://github.com/UltiRequiem/quoteran
Keywords: commands,utilities,cli,quotes
Author: Eliaz Bobadilla
Author-email: eliaz.bobadilladev@gmail.com
Requires-Python: >=3.7,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: colorama (>=0.4.4,<0.5.0)
Requires-Dist: requests (>=2.26.0,<3.0.0)
Project-URL: Repository, https://github.com/UltiRequiem/quoteran
Description-Content-Type: text/markdown

# quoteran

![CodeQL](https://github.com/UltiRequiem/quoteran/workflows/CodeQL/badge.svg)
![Pylint](https://github.com/UltiRequiem/quoteran/workflows/Pylint/badge.svg)
[![Code Style](https://img.shields.io/badge/Code%20Style-Black-000000.svg)](https://github.com/psf/black)
[![PyPi Version](https://img.shields.io/pypi/v/quoteran)](https://pypi.org/project/quoteran)
![Repo Size](https://img.shields.io/github/repo-size/ultirequiem/quoteran?style=flat-square&label=Repo)
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)
![Lines of Code](https://img.shields.io/tokei/lines/github.com/UltiRequiem/quoteran?color=blue&label=Total%20Lines)

Get random quotes in terminal.

This project fetch the [Quotable.io API](https://api.quotable.io/random).

![Screenshot](./assets/new_screenshot.png)

## Install

You can install [Quoteran](https://pypi.org/project/quteran) from PyPI:

```bash
pip install quoteran
```

To get the last version:

```bash
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

```bash
quoteran
```

### License

This project is Licensed under the [MIT](./LICENSE) License.

### Alternative

I also developed this in Nodejs: [UltiRequiem/ranmess](https://github.com/UltiRequiem/ranmess)

![Benchmark Screenshot](./assets/benchmark.png)

The version written in Nodejs is significantly faster,
and it was even easier to develop and publish than this.

**Update**: Thanks to [Poetry](https://python-poetry.org) now it's just as easy
to publish as an npm package, maybe a bit more.

