COOL PARENTS
Menu
import random first = ["Kid", "Bud", "Don", "Lord", "Dr.", "Lady", "Scooter", "Officer", "Johnny", "Jane", "Paul", "Gary", "Professor", "Skip", "Frankie", "Funk", "Joey", "Nicky", "Petey", "Lucy", "Buddy", "Judy", "Lieutenant", "Father", "Freddy", "Booster", "Madam", "Prince", "Lil'", "Bump", "King", "Queen", "Big"] prefix = ["Egg", "Dirt", "Bump", "Franken", "Foot", "Boot", "God", "Goon", "Flip", "Bonk", "Mud", "Root", "Ham", "Crab", "Bad", "Rat", "Slug", "Long", "Donk", "Good", "Slick", "Funk", "Bun", "Flick", "Pig", "Hog", "Blip", "Doom", "Gloom", "Nut", "Dump", "Milk", "Bean", "Worm", "Fuck", "Hunk", "Tit"] ending = ["sy", "burger", "son", "wart", "bird", "wood", "freak", "sky", "ly", "stein", "fellow", "ster", "lord", "sauce", "lord", "ston", "foot", "love", "rut", "stick", "s", " ", "ington", "wall", "dorf", "spoon", " M.D.", "ish", "craft", "rat", "ball", "boy"] namebank = [] while True: name = input("Do you want a brand new name?! (Y/N): ") if name.upper() == "Y": rand1 = random.randint(0, 32) rand2 = random.randint(0, 36) rand3 = random.randint(0, 31) randname = first[rand1] + " " + prefix[rand2] + ending[rand3] namebank.append(randname) print(f"Your new legal name is {randname}\n") continue elif name.upper() == "N": print("Okay!") print("Here are the names you generated:") for x in namebank: print(f"{x}")
Powered by Create your own unique website with customizable templates.
  • Home
  • Music
    • Spotify
    • Apple Music
    • YouTube Music
    • BandCamp
  • Podcast
    • Spotify
    • Apple Podcasts
    • Google Podcasts
    • Anchor
    • Stitcher
    • Amazon
    • RSS
  • Social
    • Instagram
    • TikTok
    • Discord
    • YouTube
    • Twitter
    • Facebook
  • Podcast Sampler
  • PATREON
  • Home
  • Music
    • Spotify
    • Apple Music
    • YouTube Music
    • BandCamp
  • Podcast
    • Spotify
    • Apple Podcasts
    • Google Podcasts
    • Anchor
    • Stitcher
    • Amazon
    • RSS
  • Social
    • Instagram
    • TikTok
    • Discord
    • YouTube
    • Twitter
    • Facebook
  • Podcast Sampler
  • PATREON