https://github.com/natiginfo/screenshot-organizer
Python script for automating the screenshot folder for Google Calendar Events.
https://github.com/natiginfo/screenshot-organizer
automation python python-automation python-project python-projects python3 screenshot-utility
Last synced: 2 months ago
JSON representation
Python script for automating the screenshot folder for Google Calendar Events.
- Host: GitHub
- URL: https://github.com/natiginfo/screenshot-organizer
- Owner: natiginfo
- License: apache-2.0
- Created: 2021-04-28T10:13:53.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-06-18T08:14:16.000Z (about 4 years ago)
- Last Synced: 2025-04-14T17:12:14.529Z (2 months ago)
- Topics: automation, python, python-automation, python-project, python-projects, python3, screenshot-utility
- Language: Python
- Homepage: https://www.youtube.com/watch?v=C0qgcsRvsOs
- Size: 14.6 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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
```
2. Enable Google Calendar API and download `credentials.json`. You can refer to [this](https://developers.google.com/workspace/guides/create-project).
3. Set default screenshot location in the script.
4. 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.