SkillAgentSearch skills...

PyBirthdayWish

🎈🎁 Wish your loved one a warm Happy Birthday in a pythonic way inside a terminal.

Install / Use

/learn @hemantapkh/PyBirthdayWish
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

<p align="center"> <img src="https://img.shields.io/badge/platform-cross-blue?style=flat-square" alt="platform" /> <a href="https://github.com/hemantapkh/pybirthdaywish/blob/master/LICENSE"> <img src="https://img.shields.io/github/license/hemantapkh/pybirthdaywish?style=flat-square" alt="licence" /> </a> <a href="https://github.com/hemantapkh/pybirthdaywish/fork"> <img src="https://img.shields.io/github/forks/hemantapkh/pybirthdaywish.svg?style=flat-square" alt="Forks"/> </a> <a href="https://github.com/hemantapkh/pybirthdaywish/stargazers"> <img src="https://img.shields.io/github/stars/hemantapkh/pybirthdaywish?style=flat-square" alt="Stars"/> </a> <a href="https://github.com/hemantapkh/pybirthdaywish/issues"> <img src="https://img.shields.io/github/issues/hemantapkh/pybirthdaywish?style=flat-square" alt="Issues"/> </a> <a href="https://github.com/hemantapkh/pybirthdaywish/pulls"> <img src="https://img.shields.io/github/issues-pr/hemantapkh/pybirthdaywish?style=flat-square" alt="Pull Requests"/> </a> <a href="https://www.youtube.com/c/H9TechYouTube?sub_confirmation=1"> <img src="https://img.shields.io/badge/YouTube-H9-red?style=flat-square" alt="Subscribe my channel H9"/> </a> <img src="image/PyBirthdayWish.gif" align="center" alt="PyBirthdayWish GIF" /> <h2 align="center">Wish your loved one in a pythonic way</h2> <p align="center"> <a href="https://youtu.be/Lpj73qkxnqI"> <img src="https://img.shields.io/youtube/views/Lpj73qkxnqI?style=social" alt="views" /> </a> <a href="https://youtu.be/Lpj73qkxnqI"> <img src="https://img.shields.io/youtube/likes/Lpj73qkxnqI?style=social" alt="likes" /> </a> <a href="https://youtu.be/Lpj73qkxnqI"> <img src="https://img.shields.io/youtube/comments/Lpj73qkxnqI?style=social" alt="comments" /> </a> <img src="https://visitor-badge.laobi.icu/badge?page_id=hemantapkh.pybirthdaywish" alt="visitors" /> </p> </p>

🕯️ Steps to wish

  • Clone this repo and install the requirements

    git clone https://github.com/hemantapkh/PyBirthdayWish.git && cd PyBirthdayWish && pip install -r requirements.txt
    
  • Edit the arts/art.py file and add your texts and colors using color codes.

  • Edit the config.py file to change the settings and make artFile = 'art' to use arts/art.py instead of example.py.

  • Run PyBirthdayWish.py with python3

    python3 PyBirthdayWish.py
    
  • If everthing is working as intended, you can create an executable by using pyinstaller with the following command

    • On windows
      pyinstaller --noconfirm --onefile --console --icon "icon.ico" --no-embed-manifest --add-data "arts;arts/"  --add-data "config.py;." --add-data "HappyBirthday.mp3;." --add-data "PyBirthdayWish.py;."  "PyBirthdayWish.py"
      
    • On Unix based system
      pyinstaller --noconfirm --onefile --console --icon "icon.ico" --no-embed-manifest --add-data "arts:arts/"  --add-data "config.py:." --add-data "HappyBirthday.mp3:." --add-data "PyBirthdayWish.py:."  "PyBirthdayWish.py"
      
  • Send the executable file (Inside dist folder) to your friend and wish them a pythonic happy birthday.


Made with :heart: and Python.

Related Skills

View on GitHub
GitHub Stars337
CategoryDevelopment
Updated15d ago
Forks237

Languages

Python

Security Score

100/100

Audited on Mar 11, 2026

No findings