Metadata-Version: 2.1
Name: automateboringstuff1stedition
Version: 1.0.3
Summary: This package installs the modules used in "Automate the Boring Stuff with Python", 1st Edition.
Home-page: https://github.com/asweigart/automateboringstuff1stedition
Author: Al Sweigart
Author-email: al@inventwithpython.com
License: BSD
Keywords: automate boring stuff python
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Win32 (MS Windows)
Classifier: Environment :: X11 Applications
Classifier: Environment :: MacOS X
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7

# automateboringstuff1stedition

This package installs the modules used in "Automate the Boring Stuff with Python", 1st Edition, and the online Udemy course. If you have the 1st edition of the book, you'll want to install `automateboringstuff` instead.

This book, along with all of Al Sweigart's programming books, is freely available under a Creative Commons license at https://inventwithpython.com

The online video course that follows the content of "Automate" can be found at https://inventwithpython.com/automateudemy

You can install this package by running `pip` (or `pip3` on macOS and Linux):

    pip install --user automateboringstuff

You can also run Pip as a Python module by running (use `python3` on macOS and Linux):

    python -m pip install --user automateboringstuff

This will install the following modules:

* `send2trash==1.5.0`
* `requests==2.21.0`
* `beautifulsoup4==4.7.1`
* `selenium==3.141.0`
* `openpyxl==2.1.4`
* `PyPDF2==1.26.0`
* `python-docx==0.8.10`
* `imapclient==2.1.0`
* `pyzmail36==1.0.4`
* `twilio`
* `pillow==6.0.0`
* `pyautogui`



