Skip to content

Latest commit

 

History

History
33 lines (19 loc) · 655 Bytes

File metadata and controls

33 lines (19 loc) · 655 Bytes

Create any name by just importing the module

pip install namepattern

How to code:

from namepattern import Namepattern
name=Namepattern("Arijit Ghosh","##", 5) # 2nd two arguments are optional
name.displayName()

And yeah, see the magic.

Output:

image

Video Demo:

2023-04-14.00-19-48.mp4

View in pypi:

Authors