Effortlessly create Trello cards from a Word document.
The Trello Card Creator Script allows you to batch-create multiple Trello cards directly from a Microsoft Word document (.docx
). If you manage tasks or projects in Word and want to transfer them to Trello, this script automates the process, saving you time and effort.
Pro Tip: If your Word document needs to follow a specific format, consider using a Generative AI like ChatGPT or Claude AI to help reformat your text according to the script's requirements.
Before you begin, make sure you have the following:
- Python 3.8 or higher
- A Trello Account
- Trello API Key and Token
-
Download Python:
- Go to python.org.
- Click "Download Python 3.x.x".
-
Run the Installer:
- Open the downloaded installer.
- Check the box labeled "Add Python 3.x to PATH".
- Click "Install Now".
-
Download Python:
- Visit python.org.
- Click "Download Python 3.x.x".
-
Install Python:
- Open the downloaded file.
- Follow the prompts to complete the installation.
-
Get the Script:
- Download it from the GitHub Repository.
- Click the green "Code" button, then select "Download ZIP".
-
Extract Files:
- After downloading the ZIP file, right-click on it and select "Extract All..." (Windows) or double-click it (Mac) to unzip the folder.
-
Open Command Prompt or Terminal:
- Windows: Press
Win + R
, typecmd
, and press Enter. - Mac: Open Terminal from
Applications > Utilities
.
- Windows: Press
-
Navigate to the Script Directory:
Replace
path/to/your/script
with the actual path where you extracted the script.cd path/to/your/script
-
Install Dependencies::
pip install -r requirements.txt
-
Obtain Trello API Key and Token::
Follow the instructions in the Getting Trello API Credentials guide.
-
Run the Script::
- Execute the Script:
python trello_card_creator.py 2. Follow On-Screen Prompts: - Enter API Credentials when prompted. - Provide Trello Board URL. - Select your docx or Create a sample Word Document.
-
Format Your Word Document::
Refer to the Word Document Format guide to properly format your .docx file.
-
Run the Script Again (if needed):: If you updated your Word document, rerun the script to create the cards on Trello.
For exhaustive instructions and troubleshooting, please refer to the MkDocs Documentation.