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.
- Host: GitHub
- URL: https://github.com/mrvideo/spongetext-c
- Owner: MrVideo
- License: gpl-3.0
- Created: 2022-04-01T19:11:31.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-04-01T21:43:38.000Z (about 3 years ago)
- Last Synced: 2025-03-11T00:48:32.529Z (3 months ago)
- Topics: c
- Language: C
- Homepage:
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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!