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

https://github.com/minoqi/repeat-text-generator

Program where you can input a word/phrase and have it saved into a text file XX number of times.
https://github.com/minoqi/repeat-text-generator

Last synced: 3 months ago
JSON representation

Program where you can input a word/phrase and have it saved into a text file XX number of times.

Awesome Lists containing this project

README

        

# Repeat-Text-Generator
Program where you can input a word/phrase and have it saved into a text file XX number of times.

# Using Just The Program
Once you've downloaded the repository, go into the ProjectRepeat folder, then into the x64 folder, then into the debug folder and open up the .exe file. The program will run and once you're done the file will be saved in the x64/debug folder.

# Looking At The Code
The program was coded in C++ using Visual Studio 2019 Community Version. To open up the source code for the project, open the ProjectRepeat folder and then open the ProjectRepeat.sln or the ProjectRepeat.vcxproj file.

***DO NOT DELETE THE CERTIFICATION TEXT, IF YOU REUSE THE CODE PLEASE MAKE SURE TO PROVIDE CREDIT FOR THE BASE CODE.***