Skip to content

Mitski's Last Words of a Shooting Star in the terminal.

Notifications You must be signed in to change notification settings

m4c1elz/last_words.py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

last_words.py

Mitski's Last Words of a Shooting Star, now on your terminal. program demo

Setup

First, you'll need the song. For copyright reasons, it wasn't included in this repo. However you can download it, put on the project root folder and rename it to "music.mp3."

Next, clone the repo, create a virtual environment and install the dependencies.

if you're lazy:

git clone https://github.com/m4c1elz/last-words-py
cd last-words-py
py -m venv venv
.\venv\Scripts\activate
pip install -r .\requirements.txt

Now you can run it! py .\main.py

Hope you enjoy! This is one of my first small python projects, so maybe the code might not be the best written one.

Releases

No releases published

Packages

No packages published

Languages