An old program I wrote around June 2020. I figured I might as well upload it as I may try to turn it into a python GUI program in the future. It's not pretty, it doesn't even clear the console when restarting, but it gets the job done.
Note: I wrote this pretty soon after I had just started coding, so the source code looks hella horrible. Like, at one point I seem (since I haven't looked at this in a long time, it's a process of discovery for me) to have entered, "cout << endl << endl;" instead of the simpler 'cout << "\n\n";'. Please don't hate me :p
- Download the only executable file in this repository
- Double click the executable file to run it
- Profit?