Assignment 2
UI development for automatic web page creation
Submit before 11:30 PM Saturday October 2

Overview

You develop user interface that automatically generates a web page.

Requirements

Refer to the tk example code presented in class. Modify it so that it allows the user to enter the content from the last assignment (e.g. text, a number, list). After the user clicks submit, your Python program should then generate an html code using the submitted content.

Deliverables

Submit three attachments:

  • A txt file (e.g. README.txt) that includes the following:
    • A summary of your accomplishments (include collaboration and process notes)
    • Your source code (i.e. your Python program)
  • A screen shot showing your graphic user interface with content entered or selected.
  • A screen shot showing how your page appears in a browser.

The assignment is worth 10 points. In addition to meeting the requirements, full credit requires a neatly formatted txt file with well written content.

Useful tk References