Skip to content

ultra-programmer/Alphabetizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Alphabetizer

This Python program can take any .txt file as input and sort all of the words in the file alphabetically. This is done by splitting the file at either a new line or a specific set of characters (pattern) input by the user. Once the alphabetizing process is complete, the user can either rewrite the existing file, or create a new one with the alphabetized words.

About

Alphabetize all of the words in a .txt document.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages