Skip to content

andyvan27/hello-vibe-code-world

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

1 Commit
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

🌈 Hello Vibe Code World

A colorful Python console application that greets the world with vibrant ASCII art!

Hello Vibe Code World

Python License

✨ Features

  • 🎨 Colorful ASCII Art - Each word displayed in different vibrant colors
  • πŸ–₯️ Cross-Platform - Works on Windows, macOS, and Linux
  • 🎯 Simple & Clean - Just one command to run
  • πŸ’« Graceful Fallback - Works even without color support

πŸš€ Quick Start

Prerequisites

  • Python 3.6 or higher
  • pip (Python package installer)

Installation

  1. Clone the repository:

    git clone https://github.com/andyvan27/hello-vibe-code-world.git
    cd hello-vibe-code-world
  2. Install dependencies:

    pip install -r requirements.txt
  3. Run the application:

    python main.py

πŸ“¦ Dependencies

  • colorama>=0.4.6 - For cross-platform colored terminal text

🎨 Output

When you run the application, you'll see:

╦ β•¦β”Œβ”€β”β”¬  ┬  β”Œβ”€β”
β• β•β•£β”œβ”€ β”‚  β”‚  β”‚ β”‚
β•© β•©β””β”€β”˜β”΄β”€β”˜β”΄β”€β”˜β””β”€β”˜

╦  β•¦β”¬β”Œβ”β”Œβ” β”Œβ”€β”
β•šβ•—β•”β•β”‚β”œβ”΄β”β”œβ”΄β”β”œβ”€ 
 β•šβ• β”΄β””β”€β”˜β””β”€β”˜β””β”€β”˜

β•”β•β•—β”Œβ”€β”β”Œβ”¬β”β”Œβ”€β”
β•‘  β”‚ β”‚ β”‚β”‚β”œβ”€ 
β•šβ•β•β””β”€β”˜β”€β”΄β”˜β””β”€β”˜

╦ β•¦β”Œβ”€β”β”¬β”€β”β”¬  β”Œβ”¬β”β”¬
β•‘β•‘β•‘β”‚ β”‚β”œβ”¬β”˜β”‚   β”‚β”‚β”‚
β•šβ•©β•β””β”€β”˜β”΄β””β”€β”΄β”€β”˜β”€β”΄β”˜o

β˜… ═════════════════════════════════════════ β˜…
        Hello, Vibe Code World!        
β˜… ═════════════════════════════════════════ β˜…

Each word in beautiful, vibrant colors! 🌈

πŸ› οΈ Project Setup (From Scratch)

This project was created using the following steps:

# Create project directory
New-Item -Path "C:\Dev\githubp\hello-vibe-code-world" -ItemType Directory
cd C:\Dev\githubp\hello-vibe-code-world

# Initialize Git repository
git init

# Configure Git (if needed)
git config user.email "your.email@example.com"
git config user.name "Your Name"

# Switch to personal GitHub account (if using multiple accounts)
gh auth switch

# Check authentication status
gh auth status

# Create GitHub repository
gh repo create hello-vibe-code-world --public

# Verify remote connection
git remote -v

πŸ’» Development

Project Structure

hello-vibe-code-world/
β”œβ”€β”€ main.py              # Main application file
β”œβ”€β”€ requirements.txt     # Python dependencies
└── README.md           # This file

Using GitHub Copilot

This project was built with assistance from GitHub Copilot CLI. To use Copilot in your terminal:

gh copilot

🀝 Contributing

Contributions, issues, and feature requests are welcome! Feel free to check the issues page.

πŸ“ License

This project is open source and available under the MIT License.

πŸ™ Acknowledgments

  • Created with ❀️ and GitHub Copilot
  • ASCII art powered by colorama
  • Inspired by the classic "Hello World" tradition

πŸ“§ Contact

Feel free to reach out if you have any questions or suggestions!


Made with 🎨 and Python

About

🎨 Colorful 'Hello, Vibe Code World!' app autonomously created by GitHub Copilot CLI (Claude Sonnet 4.5) - agentic AI development in action!

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages