/screenshot-organizer

Python script for automating the screenshot folder for Google Calendar Events.

Primary LanguagePythonApache License 2.0Apache-2.0

Screenshot Organizer (Works on macOS only)

Python script for automating the screenshot folder for Google Calendar Events.

Check out YouTube video about this script: https://www.youtube.com/watch?v=C0qgcsRvsOs

Running the script:

  1. Install dependencies:
pip install -r requirements.txt
  1. Enable Google Calendar API and download credentials.json. You can refer to this.
  2. Set default screenshot location in the script.
  3. Run the script:
python screenshot_organizer.py

Troubleshooting

  • Sometimes Google Calendar access token might expire. If the script does not print URL to visit and authenticate, then you can manually delete token.json and restart the script.