Python app with all of the requisite Evernote libs and boilerplate functions
To run: python main.py
Before you run this, install the Evernote SDK for Python:
pip install evernote
or
git clone git://github.com/evernote/evernote-sdk-python.git
cd evernote-sdk-python
python setup.py install -- this may require sudo or admin privileges.