Pinned Repositories
100Movies
Web Scraping the Top 100 Movies using Beautiful Soup for "100 Days of Code - The Complete Python Pro Bootcamp"
bankDesignProject
covid-tracker
A simple website that displays the current Covid-19 statistics of South Africa.
cv
Personal CV landing page
DataEntryAutomation
Automating data entry tasks with Python using BeautifulSoup and Selenium.
FlashCards
A flashcard app created for the "100 Days of Code - The Complete Python Pro Bootcamp". Makes use of Pandas and Tkinter.
PasswordManager
A password manager gui created using TKinter for the "100 Days of Code - The Complete Python Pro Bootcamp". Saves passwords for different sites as well as allow the user to generate random passwords.
RESTful-Blog
A RESTful blog created for the "100 Days of Code - The Complete Python Pro Bootcamp"
Simon-Game
A simple memory game using JavaScript.
tindog
A landing page for TinDog, a parody of the popular Tinder dating app.
kerin-lowry's Repositories
kerin-lowry/covid-tracker
A simple website that displays the current Covid-19 statistics of South Africa.
kerin-lowry/cv
Personal CV landing page
kerin-lowry/DataEntryAutomation
Automating data entry tasks with Python using BeautifulSoup and Selenium.
kerin-lowry/PasswordManager
A password manager gui created using TKinter for the "100 Days of Code - The Complete Python Pro Bootcamp". Saves passwords for different sites as well as allow the user to generate random passwords.
kerin-lowry/RESTful-Blog
A RESTful blog created for the "100 Days of Code - The Complete Python Pro Bootcamp"
kerin-lowry/Simon-Game
A simple memory game using JavaScript.
kerin-lowry/tindog
A landing page for TinDog, a parody of the popular Tinder dating app.
kerin-lowry/100Movies
Web Scraping the Top 100 Movies using Beautiful Soup for "100 Days of Code - The Complete Python Pro Bootcamp"
kerin-lowry/bankDesignProject
kerin-lowry/FlashCards
A flashcard app created for the "100 Days of Code - The Complete Python Pro Bootcamp". Makes use of Pandas and Tkinter.
kerin-lowry/Blackjack
Blackjack game for the "100 Days of Code - Complete Python Pro Bootcamp"
kerin-lowry/bookStore
kerin-lowry/Caesar-Cipher
An encryption program for the "100 Days of Code - Complete Python Pro Bootcamp"
kerin-lowry/Cafe-API
A project to learn how to create a RESTful API for the "100 Days of Code - The Complete Python Pro Bootcamp"
kerin-lowry/Calculator
A calculator app for the "100 Days of Code - Complete Python Pro Bootcamp"
kerin-lowry/card
A simple business card website using Flask for the '100 Days of Code - The Complete Python Pro Bootcamp'.
kerin-lowry/Coffee-and-Wifi-Project
A program written to practice Flask templating for the "100 Days of Code - The Complete Python Pro Bootcamp".
kerin-lowry/CoffeeMachine
A coffee machine program using OOP principles for the "100 Days of Code - Complete Python Pro Bootcamp"
kerin-lowry/GuessTheNumber
A number guessing game for the "100 Days of Code - Complete Python Pro Bootcamp"
kerin-lowry/Hangman
Hangman game using Python for the "100 Days of Code - Complete Python Pro Bootcamp"
kerin-lowry/HigherLowerGame
A guessing game in which the user decides who has more followers for the "100 Days of Code - Complete Python Pro Bootcamp"
kerin-lowry/Hirst
Hirst art generator for the "100 Days of Code - Complete Python Pro Bootcamp". Makes use of the Turtle library.
kerin-lowry/PomodoroTimer
A timer that makes use of the Pomodoro Technique. Created using Tkinter for the "100 Days of Code - The Complete Python Pro Bootcamp"
kerin-lowry/pong_game
A simple ping pong game created using Python and OOP principles for the "100 Days of Code - The Complete Python Pro Bootcamp". Makes use of the Turtle library.
kerin-lowry/Quiz-Game
A True/False game using OOP principles for the "100 Days of Code - Complete Python Pro Bootcamp"
kerin-lowry/SnakeGame
Classic Snake game programmed using OOP principles for the "100 Days of Code - The Complete Python Pro Bootcamp". Makes use of the Turtle library.
kerin-lowry/TurtleCrossing
A game created using the Turtle library and OOP principles for the "100 Days of Code - The Complete Python Pro Bootcamp"
kerin-lowry/US-States-Game
A memory game to test the user on US states. Created using Pandas and Turtle.