Practice Projects from the book "Automate the Boring Stuff with Python"
include a common version and a recursion version contain input validation
magic8Ball ,using list version
simple tictactoe view demo
display the inventory
Project: Password Locker
Project: Adding Bullets to Wiki Markup
###printTable.py Practice Project: Write a function named printTable() that takes a list of lists of strings and displays it in a well-organized table with each column right-justified.
check whether a string is a phonenumber
Project:Phone Number and Email Address Extractor
Project: check password strength
Project: regex version String.strip()
Project:Generating Random Quiz Files
Project: Multiclipboard Say you have the boring task of filling out many forms in a web page or software with several text fields.
Project:Renames filenames with American format to European format
Project: Copies an entire folder and its contents into zip Files
Project: select and copy specified format files
..
Project:Downloads every single XKCD comic
Project: guess coin side
Project:1000 times toss coin
Project: Reading Data From a Spreadsheet
Project: Updating a Spreadsheet
Project: Multiplication Table Maker
Project: Blank Row Inserter
Project: SpreadSheet Cell Inverter