A CLI program written in C featuring talking Saiba Momoi from Blue Archive!!!
Example of animated usage
- Talking ASCII art of Momoi
- Animated ASCII art of Momoi
- Freestyle changing animation of Momoi
Sometimes the precompiled binaries are not the latest version as the release. If you want to make sure that you got the latest version, you can built it from source. You can check the versions of the compiled binaries in the /bin folders.
git clone https://github.com/Mon4sm/Momoisay.git
cd Momoisay
sudo sh ./install/linux.shgit clone https://github.com/Mon4sm/Momoisay.git
cd Momoisay
sudo sh ./install/mac.shgit clone https://github.com/Mon4sm/Momoisay.git
cd Momoisay
makemomoisay --help # Show help momoisay <text> # Simple Usage momoisay -a # Animated Momoi with no text bubble (default version 1) momoisay -a <version> # Animated Momoi with no text bubble (default version 1) momoisay -f # Freestyle animations (This is pretty cool for ricing)
repo/
├── bin/
│ ├── linux/
│ │ ├── version.txt
│ │ └── momoisay
│ └── mac/
│ ├── version.txt
│ └── momoisay
├── install/
│ ├── mac.sh
│ └── linux.sh
├── src/
│ ├── art/
│ │ ├── art.c
│ │ └── art.h
│ └── momoisay.c
├── Makefile
├── LICENSE
├── preview.gif
└── README.md