My projects

Flask Web Archiver
×
A clone of Internet Archive's website archiver created in Python using Flask. This was my A level final project. The code is currently pretty buggy and I am not sure if it works, but it was a good project to learn web technologies and web scraping.
Ebay Listing Notifier
×
An Ebay listing notifier. It is built using the BeautifulSoup and Requests libraries, and allows for multiple Ebay search links to be searched in a specified interval. Also includes an autostart file.
This website!
×
This website is also a project that I am using to learn some web technologies (especially css), and start creating an online presence.
Morning Assistant
×
This is currently a work in progress, but I am creating a morning assistant which will be able to tell me the weather and remind me of things to do in the morning as soon as I wake up. It will include weight input, saving, and plotting, showing the weather forecast, and webhook reporting. Lots of potential for this one! I am excited to be making it. UPDATE: Currently on the backburner.
Website Watcher
×
I am currently creating a website which allows for you to watch an element or the whole page for any changes. This would be useful for sniping good deals on websites, or watching for any updates in a webpage. The backend REST api will be written in Java, and I am still debating if the frontend will be static or will use Python's Flask. Only time will tell.