Code Monkey home page Code Monkey logo

automateboringstuff's Introduction

automateboringstuff

This package installs the modules used in "Automate the Boring Stuff with Python", 2nd Edition.

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.6.1
  • PyPDF2==1.26.0
  • python-docx==0.8.10
  • imapclient==2.1.0
  • twilio
  • ezgmail
  • ezsheets
  • pyinputplus
  • pillow==6.0.0
  • pyautogui

Note About Pyzmail36

This module doesn't install pyzmail36. The latest version of Python's setuptools module has deprecated some functionality, and trying to install pyzmail36 with it results in a "use_2to3 is invalid" error message.

To install pyzmail36, you need to first install version 58.0.0 of setuptools with the following command:

pip install --user setuptools==58.0.0

Then you can install pyzmail36:

pip install --user pyzmail36==1.0.4

Then you can update setuptools to the latest version again:

pip install --user -U setuptools

I'm currently working with the maintainer of pyzmail36 to have this issue fixed.

automateboringstuff's People

Contributors

asweigart avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.