Prints out the immortal motivational meme of 'Just Do It'
Project description
Just Do It!
Are you feeling down and don't feel like completing your task?
Are you procrastinating?
Here's a quick motivational pick-me-up on your python interpreter.
Read the words to remind yourself that you CAN DO IT!
This package prints the famous "Just Do It" Motivational Speech.
Original video by Shia LaBeouf, Nastja Säde Rönkkö, Luke Turner. Words by Joshua Park (Central Saint Martins BA Fine Art 2015).
Just Install It
pip install justdoit
Just Run It
From the command line, activate the python interpreter, and type import justdoit
like you would for the Zen of Python using import this
python # or python3
import justdoit
To run from a python file, add import justdoit
to your file and run it.
import justdoit
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.