Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 613 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 613 Bytes

transgreek

Translate a greek-lettered wordlist to greeklish. May have some dups as some greek words that are written with different greek letters can produce the same greeklish output.

usage

python3 transgreek.py input.txt output.txt

You can then remove the dups and sort it

sort -u output.txt > sorted.txt

You can then combine the generated lists with wordlister to create male and female combined lists

Based on this answer.