A simple Python program that repeats a given text a specified number of times, with an option to display the repeated text as a list (one per line) or inline (all in one line).
- Repeats the text as specified by the user.
- Provides two display modes:
- List: Each repetition on a new line.
- Inline: All repetitions in a single line.
- Clone the repository or download the script.
- Run the script using Python.
python text_repeater.py