- This repository holds Python Scripts For Google IT Professional Certificate in Python, modified to run locally and for specific purposes, learning oriented here. Includes some other scripts I practiced with.
- MAJOR: Python Imaging Library, OS module Open an image Rotate an image Resize an image Write on image Save an image in a specific format in a separate directory
- MAJOR: Requests Module Use the Python OS module to process a directory of text files Manage information stored in Python dictionaries Use the Python requests module to upload content to a running Web service Understand basic operations for Python requests like GET and POST methods (TODO APP out of this)
- MAJOR: Generate a PDF using Python Automatically send a PDF by email
OS Python Image Library (PIL) Requests (HTTP client library) ReportLab (PDF creation library) email (constructing email) psutil (processes and system utilization) shutil (file operations) smtplib (sending email)