Names Generator is a python package that draws your name in the console with custom symbols and sizes easily and in one line
install the library using this command in the cmd
pip install -i https://test.pypi.org/simple/ NamesGeneratorByRoctes7
- DrawWithYourNameLettersMode : generates your name with your name's letters
import NamesGeneratorByRoctes7 as e
e.DrawWithYourNameLettersMode("sarah")
- DrawWithCustomSize : generates your name with custom size
import NamesGeneratorByRoctes7 as e
e.DrawWithCustomSize("AA" ,"#" , 30)
Note : size should be divisible by five
- DrawWithRandomMode : generates your name with a random symbols defined by you
import NamesGeneratorByRoctes7 as e
e.DrawWithRandomMode("tony" , ["0","1"])