Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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!
- Host: GitHub
- URL: https://github.com/taizilongxu/nyancat
- Owner: taizilongxu
- Created: 2015-03-17T03:34:39.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2018-05-29T03:51:20.000Z (over 6 years ago)
- Last Synced: 2024-11-14T05:14:04.129Z (about 2 months ago)
- Language: Python
- Size: 169 KB
- Stars: 13
- Watchers: 2
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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()
```