Valentine with Python
Valentines with Python
is a mini fun project I have coded. If you’re a programmer, you can surprise your valentine with this awesome and fun project. This program generates an animation of a heart with cool texts of your loved one. It also generates the .png
and .gif
files of the animation. Please follow the below steps for proper installation.
REQUIREMENTS:
- Python 3.7 or later
- Numpy
- Wordcloud
- PythonTurtle
- Matplotlib
- Imageio
- Glob2
- PIL
Installing Libraries
Numpy
pip install numpy
Wordcloud
pip install wordcloud
PythonTurtle
pip install PythonTurtle
Matplotlib
pip install matplotlib
Imageio
pip install imageio
Glob2
pip install glob2
PIL
pip install pillow
How to Run
- Run valentine.py with any of your favourite IDEs
- Enter your Valentine’s name when it asks to enter. ( You can enter multiple names using Space)
NOTE
Running the program will save you a png and a gif file of the generated image which you can send it to your loved one or share it on social media.