A colorful Python console application that greets the world with vibrant ASCII art!
- π¨ 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
- Python 3.6 or higher
- pip (Python package installer)
-
Clone the repository:
git clone https://github.com/andyvan27/hello-vibe-code-world.git cd hello-vibe-code-world
-
Install dependencies:
pip install -r requirements.txt -
Run the application:
python main.py
colorama>=0.4.6- For cross-platform colored terminal text
When you run the application, you'll see:
β¦ β¦ββββ¬ β¬ βββ
β ββ£ββ€ β β β β
β© β©ββββ΄βββ΄βββββ
β¦ β¦β¬ββββ βββ
βββββββ΄βββ΄βββ€
ββ β΄βββββββββ
ββββββββ¬ββββ
β β β ββββ€
ββββββββ΄ββββ
β¦ β¦ββββ¬βββ¬ ββ¬ββ¬
ββββ βββ¬ββ βββ
ββ©βββββ΄βββ΄ββββ΄βo
β
βββββββββββββββββββββββββββββββββββββββββ β
Hello, Vibe Code World!
β
βββββββββββββββββββββββββββββββββββββββββ β
Each word in beautiful, vibrant colors! π
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 -vhello-vibe-code-world/
βββ main.py # Main application file
βββ requirements.txt # Python dependencies
βββ README.md # This file
This project was built with assistance from GitHub Copilot CLI. To use Copilot in your terminal:
gh copilotContributions, issues, and feature requests are welcome! Feel free to check the issues page.
This project is open source and available under the MIT License.
- Created with β€οΈ and GitHub Copilot
- ASCII art powered by colorama
- Inspired by the classic "Hello World" tradition
Feel free to reach out if you have any questions or suggestions!
Made with π¨ and Python
