⌨️ Print text with a typing effect - Remake of typrint in C
Run make
# 📂 cyprint/
# build
make
# add binary to bin folder
make installClone this repo
git clone https://github.com/SkwalExe/cyprint.gitbuild with gcc
# 📂 cyprint/
gcc src/main.c -o dist/cyprint[ LINUX ONLY ] : Move the binary
# 📂 cyprint/
sudo cp dist/cyprint /usr/bin/cyprintOn windows the executable will be dist\cyprint you can rename it to cyprint.exe and move it wherever you want.
Run make uninstall
# 📂 cyprint/
make uninstallJust remove the binary
sudo rm /usr/bin/cyprintIf you have any problem, don't hesitate to open an issue
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.


