DEV Community

Cover image for Look at my first project! It's called: YouTube Channel Name Generator
Safe
Safe

Posted on β€’ Edited on

Look at my first project! It's called: YouTube Channel Name Generator

Hello World!

I wanted to share with you my first Python project!
It's called: YouTube Channel Name Generator

# Welcome message
print ("Welcome to the YouTube Channel Name Generator:")

# Ask the user to put their nickname
nick_name = input ("What is your nickname?\n")

# Ask for their YT channel's topic
topic = input ("What is your channel about?\n")

# The result of YT channel name suggestion
print(f"You could name your channel ({topic} with {nick_name})")
Enter fullscreen mode Exit fullscreen mode

Top comments (0)

Eliminate Context Switching and Maximize Productivity

Pieces.app

Pieces Copilot is your personalized workflow assistant, working alongside your favorite apps. Ask questions about entire repositories, generate contextualized code, save and reuse useful snippets, and streamline your development process.

Learn more