Skip to content

Captain404/Initial-Adder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Initial-Adder

A super simple python script that takes a file containing a list of names (either first or last names) and prepends the letter a-z to each name in the list. A list of 10 names will become 260.

Example:

asmith
bsmith
csmith
dsmith
.
.
.
zsmith

You can switch "letter" and "name" on line 11 (prepended_names = letter + name) to append the initial to the name.

Example:

smitha
smithb
smithc
smithd
.
.
.
smithz

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages