An open API service indexing awesome lists of open source software.

https://github.com/mrvideo/spongetext-c

A C version of my SpongeText script.
https://github.com/mrvideo/spongetext-c

c

Last synced: 3 months ago
JSON representation

A C version of my SpongeText script.

Awesome Lists containing this project

README

        

# Spongetext (C Version)

This C program is a rewrite of my JavaScript script (available [here](https://github.com/MrVideo/SpongeText)) in C, as a form of training.

This program takes a string from the user and converts it in SpongeText, then copies it to the user's clipboard.

Thanks to my friend [Lauchmelder](https://github.com/Lauchmelder23) (and StackOverflow) for the help!