Skip to content

Latest commit

 

History

History
55 lines (48 loc) · 2.37 KB

README.md

File metadata and controls

55 lines (48 loc) · 2.37 KB

platform licence Forks Stars Issues Pull Requests Subscribe my channel H9 PyBirthdayWish GIF

Wish your loved one in a pythonic way

views likes comments visitors

🕯️ 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

Made with ❤️ and Python.