Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 506 Bytes

File metadata and controls

26 lines (20 loc) · 506 Bytes

Poetry Quiz

Quiz game on poetry.

Hi! =)

To start this program you will need Python version 3.0 and higher.

Starting on Mac OS

Write in Terminal:

python3 main.py

Adding new poetry

Add poetry in poetry.py like this:

"name_of_your_poetry": [
        "First line of poetry,",
        "Second line of poetry.",
    ]

TO DO

  1. Localize (RUS/ENG)