momoisay
Un programme CLI écrit en C mettant en scène Saiba Momoi parlante de Blue Archive !!!Aperçu
Exemple d’utilisation animée

Fonctionnalités
- Art ASCII parlant de Momoi
- Art ASCII animé de Momoi
- Animation changeante libre de Momoi
Installation
#### avertissement
Parfois, les binaires précompilés ne sont pas la dernière version comme la release. Si vous voulez vous assurer d’avoir la dernière version, vous pouvez le compiler à partir des sources. Vous pouvez vérifier les versions des binaires compilés dans les dossiers /bin.
Linux
git clone https://github.com/Mon4sm/Momoisay.git
cd Momoisay
sudo sh ./install/linux.sh
MacOS
git clone https://github.com/Mon4sm/Momoisay.git
cd Momoisay
sudo sh ./install/mac.sh
Construire à partir des sources (Dernière version)
git clone https://github.com/Mon4sm/Momoisay.git
cd Momoisay
makeUtilisation
momoisay --help # Show help
momoisay # Simple Usage
momoisay -a # Animated Momoi with no text bubble (default version 1)
momoisay -a # Animated Momoi with no text bubble (default version 1)
momoisay -f # Freestyle animations (This is pretty cool for ricing)
momoisay -c cyan -f # Freestyle animations (But with custom colors!!!) Structure des fichiers
repo/
├── bin/
│ ├── linux/
│ │ ├── version.txt
│ │ └── momoisay
│ └── mac/
│ ├── version.txt
│ └── momoisay
├── install/
│ ├── mac.sh
│ └── linux.sh
├── src/
│ ├── art/
│ │ ├── art.c
│ │ └── art.h
│ ├── extern/
│ │ ├── cString.c
│ │ └── cString.h
│ ├── momoisay.c
│ ├── render.c
│ ├── render.h
│ ├── speech.c
│ └── speech.h
├── Makefile
├── LICENSE
├── preview.gif
└── README.md--- Tranlated By Open Ai Tx | Last indexed: 2026-07-21 ---