Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/taizilongxu/nyancat

Nyancat in your terminal!
https://github.com/taizilongxu/nyancat

Last synced: about 2 months ago
JSON representation

Nyancat in your terminal!

Awesome Lists containing this project

README

        

## Nyancat!

![nyancat](nyancat.gif)

from here: https://github.com/klange/nyancat

## Usage

```
$ sudo pip install nyancat
$ nyancat
```

or

```python
import nyancat
cat = nyancat.Nyancat()
cat.run()
```