"Interface Capabilities" Exercise

Learning Objectives

  • Continue to practice installing and running existing Python applications.

  • Gain familiarity with the ways users can interact with Python applications, to inform future self-directed "freestyle" project planning and design efforts.

Instructions

Below is a list of Python applications which demonstrate various user interface capabilities.

For each application you're interested in, follow the instructions in its README document to install, configure, and run it. Also feel free to explore the application's directory structure and file contents as desired.

FYI: some of these applications may require you to sign up for third-party services to perform the desired functionality (e.g. Sendgrid if you want to send an email, Twitter if you want to send a tweet, etc.). See the respective repository's README file for more details.

Last updated