Pinned Repositories
Brute-Force-PDF
Guesses password to specified PDF in argument. Inspired by Al Sweigart's Automate the Boring Stuff with Python: Chapter 13.
Custom-Invitations
Generate multiple invitations per line on invite list given in argument. Inspired by Al Sweigart's Automate the Boring Stuff with Python: Chapter 13.
Excel-to-CSV-Converter
Walks through working directory and converts xlsx files to csv. Inspired by Al Sweigart's Automate the Boring Stuff with Python: Chapter 14.
Housing-Prices-Competition
Build a model with machine learning to predict housing prices in Ames, Iowa. Top 11% in the Kaggle Housing Prices Competition.
Image-Site-Downloader
Takes a search term then crawls through your favorite image site to download results. Inspired by Al Sweigart's Automate the Boring Stuff with Python: Chapter 11.
Link-Verification
Checks that all links at URL are valid, and print any problematic links with error. Inspired by Al Sweigart's Automate the Boring Stuff with Python: Chapter 11.
Portfolio-Analysis
Analyze a stock portfolio using up-to-date information from Yahoo Finance.
Scheduled-Web-Comic-Downloader
Checks website of web comic, and downloads image if website was updated since last visit. Inspired by Al Sweigart's Automate the Boring Stuff with Python: Chapter 15.
Secret-Santa
Cute lil' script to create a quiz around potential Secret Santas in a group.
Titanic-Competition
Build a model with machine learning to predict which passengers would survive the Titanic's maiden voyage.
megamillions's Repositories
megamillions/Image-Site-Downloader
Takes a search term then crawls through your favorite image site to download results. Inspired by Al Sweigart's Automate the Boring Stuff with Python: Chapter 11.
megamillions/Brute-Force-PDF
Guesses password to specified PDF in argument. Inspired by Al Sweigart's Automate the Boring Stuff with Python: Chapter 13.
megamillions/Custom-Invitations
Generate multiple invitations per line on invite list given in argument. Inspired by Al Sweigart's Automate the Boring Stuff with Python: Chapter 13.
megamillions/Scheduled-Web-Comic-Downloader
Checks website of web comic, and downloads image if website was updated since last visit. Inspired by Al Sweigart's Automate the Boring Stuff with Python: Chapter 15.
megamillions/Excel-to-CSV-Converter
Walks through working directory and converts xlsx files to csv. Inspired by Al Sweigart's Automate the Boring Stuff with Python: Chapter 14.
megamillions/Link-Verification
Checks that all links at URL are valid, and print any problematic links with error. Inspired by Al Sweigart's Automate the Boring Stuff with Python: Chapter 11.
megamillions/PDF-Paranoia
Add password in command line to every PDF in folder and subfolders. Inspired by Al Sweigart's Automate the Boring Stuff with Python: Chapter 13.
megamillions/Portfolio-Analysis
Analyze a stock portfolio using up-to-date information from Yahoo Finance.
megamillions/Prettified-Stopwatch
Stopwatch made pretty, and copies lap times to clipboard. Inspired by Al Sweigart's Automate the Boring Stuff with Python: Chapter 15.
megamillions/Housing-Prices-Competition
Build a model with machine learning to predict housing prices in Ames, Iowa. Top 11% in the Kaggle Housing Prices Competition.
megamillions/Secret-Santa
Cute lil' script to create a quiz around potential Secret Santas in a group.
megamillions/Titanic-Competition
Build a model with machine learning to predict which passengers would survive the Titanic's maiden voyage.
megamillions/2048-Game
Bot that plays the 2048 game, sliding tiles together to reach the high score. This project automates that first part, by sliding in a scripted pattern. Inspired by Al Sweigart's Automate the Boring Stuff with Python: Chapter 11.
megamillions/Blank-Row-Inserter
Inserts n blank rows at point m from mySpreadsheet.xlsx. Inspired by Al Sweigart's Automate the Boring Stuff with Python: Chapter 12.
megamillions/Command-Line-Emailer
Takes an email address as destination and string, then emails string to destinaton. Inspired by Al Sweigart's Automate the Boring Stuff with Python: Chapter 11.
megamillions/Multiplication-Table-Maker
Takes number N from command line, and creates N x N multiplication table in an Excel spreadsheet. Inspired by Al Sweigart's Automate the Boring Stuff with Python: Chapter 12.
megamillions/Random-Chore-Assignment-Emailer
Creates a log of family members to send chores. Randomly assigns chores to family members, and emails each their assigned chore. Does not assign the same chore twice. Remember to schedule to run automatically once a week or as desired. Inspired by Al Sweigart's Automate the Boring Stuff with Python: Chapter 16.
megamillions/Rename-Files
Template to rename all the files in a directory to a specified format.
megamillions/Spreadsheet-Cell-Inverter
Inverts the rows and columns of spreadsheet. Inspired by Al Sweigart's Automate the Boring Stuff with Python: Chapter 12.
megamillions/Spreadsheet-To-Text-Files
Reads the contents of spreadsheet, and saves content into text file(s). Inspired by Al Sweigart's Automate the Boring Stuff with Python: Chapter 12.
megamillions/Text-Files-To-Spreadsheet
Reads the content of text file(s), and inserts content into new spreadsheet. Inspired by Al Sweigart's Automate the Boring Stuff with Python: Chapter 12.
megamillions/Umbrella-Reminder
Scrape weather data from the web and sends text message if umbrella will be needed today. Inspired by Inspired by Al Sweigart's Automate the Boring Stuff with Python: Chapter 16.