jwflory / valentine

Draw swirls of hearts and print an expression of affection

Home Page:https://pypi.org/project/valentine/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Draw swirls of hearts and print an expression of affection

https://pypi.org/project/valentine/


Languages

Language:Python 100.0%