Skip to content

Names Generator is a python package that draws your name in the console with custom symbols and sizes easily and in one line

Notifications You must be signed in to change notification settings

AbdulrhmanSayedAli/NamesGenerator

Repository files navigation

About :

Names Generator is a python package that draws your name in the console with custom symbols and sizes easily and in one line

images :

image1

image2

image3

usage :

install the library using this command in the cmd

pip install -i https://test.pypi.org/simple/ NamesGeneratorByRoctes7

there is three modes in this package :

  • 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"])

About

Names Generator is a python package that draws your name in the console with custom symbols and sizes easily and in one line

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages