Skip to content

Python script to flip words in a text file in place

Notifications You must be signed in to change notification settings

skyshock21/flipwords

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Output Words From File, But Reversed

The script flipwords.py allows you to input a text file, and it will output the words in order of appearance, but with individual lettering reversed. It can serve as a library to be imported as well.

Run Application

In the directory where the script is stored run:

python flipwords.py SomeFile.txt

If running properly you should see the contents of the text file output to the screen, with all the words reversed in place.

About

Python script to flip words in a text file in place

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages