Skip to content

Draw swirls of hearts and print an expression of affection

Notifications You must be signed in to change notification settings

jwflory/valentine

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

valentine

Draw swirls of hearts and print an expression of affection

About

Will you be mine?

Simple Python script to make a pretty display of hearts and say some affectionate words. Uses Turtle graphics to draw shapes.

Original project: github.com/SkylerJaneClark/valentine

Installation

pip install valentine

Pre-requisites

Some Linux distributions do not include the tkinter library by default in Python. Even though it is part of the standard library, you may have to install it for valentine to work:

Fedora

sudo dnf install python3-tkinter

Debian / Ubuntu

sudo apt-get update
sudo apt-get install -y python3-tkinter

Usage

valentine

Credit

Original project: github.com/SkylerJaneClark/valentine

This version adds Python 3 support, packaging, comments, and a click-on-exit.

Packages

No packages published

Languages

  • Python 100.0%