trellocard Create a virtualenv with python3.5+ Activate the virtualenv and install pip install -r requirements.txt cd to the project directory Run python trello_card.py How to build the installer Install PyInstaller==3.4 pywin32==224 To build the exe pyinstaller --onefile trello_card.py The dist directory will contain the exe. You need to copy the config.json and mapping directory there to make it running Double click on the exe and it should run