Skip to content

Latest commit

 

History

History
25 lines (23 loc) · 1007 Bytes

README.md

File metadata and controls

25 lines (23 loc) · 1007 Bytes

This is my personal repo that stores code used in Automate the Boring Stuff with Python by Al Sweigart; it also stores code that I have completed while following along said book.

The examples contained within the book are in the Examples folder, and the projects I have completed while pursueing comprehension of the book are in the Projects folder.

Dependencies

Command:

Windows: pip install ...
OS X or Linux: pip3 install ...

Name:

send2trash
requests
beautifulsoup4
selenium
openpyxl
PyPDF2
python-docx (install python-docx, not docx)
imapclient
pyzmail
twilio
pillow
pyobjc-core (on OS X only)
pyobjc (on OS X only)
python3-xlib (on Linux only)
pyautogui