Metadata-Version: 2.4
Name: ciallociallo
Version: 0.1.0
Summary: Ciallo~(∠・ω< )⌒★ This is a CLI ASCII animation screensaver.
Author-email: Nerovix <nerovix@foxmail.com>
License: MIT
Project-URL: Homepage, https://github.com/Nerovix/ciallociallo
Project-URL: Issues, https://github.com/Nerovix/ciallociallo/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Environment :: Console
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: importlib-resources>=5.12; python_version < "3.9"
Requires-Dist: windows-curses; platform_system == "Windows"
Provides-Extra: dev
Requires-Dist: build; extra == "dev"
Requires-Dist: twine; extra == "dev"
Dynamic: license-file

# ciallociallo

Say Ciallo~(∠・ω< )⌒★ in your terminal! 

This is a CLI ASCII animation screensaver. Simply Run `ciallociallo`, and you should see Ririko smiling on your screen.

### How to install

You need `pip` to install `ciallociallo`. 

```bash
pip install ciallociallo
```

### Characters

You can use `ciallociallo murasame` to specify the character. The default character is Ririko. 

Use `ciallociallo -h` to see all characters.

### Too long?

You can use `alias` to make it shorter, for example

Bash (~/.bashrc):
```bash
echo "alias ciallo='ciallociallo'" >> ~/.bashrc
source ~/.bashrc
```

Zsh(~/.zshrc):
```bash
echo "alias ciallo='ciallociallo'" >> ~/.zshrc
source ~/.zshrc
```

...or modify $PROFILE in PowerShell. After that, you can simply type `ciallo amane`.

### Ririko is here!

<img src="ririko.jpg" alt="A kawaii image of Ririko" style="width:50%;height:auto;">
