Skip to content

Sort all list name in a file based on their last name. Build using python3

Notifications You must be signed in to change notification settings

alfamousts/sort-name

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

sort-name

Sort all list name in a file based on their last name. Build using python3

Basically in this program has three object : -fileParser : to read the all names in a file then parse into list of string of names. -sorter : sort a inputedList into sortedList name based on their last names -fileWriter : rewrite the file with sorted list and display all name that has sorted.

fileParser -> sorter -> fileWriter

to run this program just type "python sort-name.py [file name_to_sort]"

About

Sort all list name in a file based on their last name. Build using python3

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages