Skip to content

A program to reduce every word in a text file to its first letter.

License

Notifications You must be signed in to change notification settings

i2aac/script-initialiser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

script-initialiser

A program to reduce every word in a text file to its first letter. It is meant to create copies of theatrical scripts that contain only the first letter of each word. This is a technique that is sometimes employed by actors to memorise lines. The program should leave most punctuation, and new lines intact. Spaces will be removed, and all remaining letters will be uppercase.

Compilation

A simple g++ main.cpp should suffice.

Using

  1. Place your desired .txt file into the same directory that you run this program in.
  2. Follow the instructions in the program.

About

A program to reduce every word in a text file to its first letter.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages