The pynickname program is the perfect solution for anyone who wants to give creative and funny nicknames to their friends or 5E83 acquaintances! With just one name as input, the program generates a list of nicknames that include augmentatives, diminutives, gender inversions, name shortenings, and amusing puns.
The program's functionality is very simple: the user types the name of the person for whom he wants to create a nickname and the program uses a series of rules and regular expressions to generate creative and funny nicknames.
pip install pynickname
from pynickname import *
nickname = pynickname("insert your name")
print(nickname)