Metadata-Version: 2.3
Name: justdoit
Version: 1.0.0
Summary: Prints out the immortal motivational meme of 'Just Do It'
Project-URL: Repository, https://github.com/cmsato09/justdoit
Project-URL: Issues, https://github.com/cmsato09/justdoit/issues
Author-email: Chris Sato <chrismsato@gmail.com>
License-File: LICENSE.md
Keywords: import this,just do it,motivation
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.8
Description-Content-Type: text/markdown

# **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).

[Original Video on Vimeo](https://vimeo.com/125095515)

[Video Clip on YouTube](https://www.youtube.com/watch?v=ZXsQAXx_ao0)

## Just Install It
```bash
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`

```bash
python # or python3
import justdoit
```
To run from a python file, add `import justdoit` to your file and run it.

```python
import justdoit
```