Event key passed as CLI argument and use live project

This commit is contained in:
2020-02-14 15:49:38 -05:00
parent 4968769ba7
commit 2a6adc46d1
2 changed files with 13 additions and 2 deletions

View File

@ -9,3 +9,13 @@ Run the following command to install
```sh
cd ~ && git clone git@github.com:AquaMorph/dotfiles.git && sh ~/dotfiles/scripts/install.sh
```
## Scripts
### frc-photo-checklist.py
Python script to generate a Todoist checklist for taking photos at an FRC event.
```sh
python frc-photo-checklist.py [Event Key]
```