My Projects (in Chronological Order)

Welcome to my project chronology. While my blog covers my physical repairs and experiments, this section is dedicated to my code.
I believe that if a task has to be done more than twice, it should be automated. Below is a collection of the Python scripts, templates, and web projects I have built to solve specific problems — from managing an Irish Limited company to automating social media growth.
Here is what you will find in the repository below:
1. Python Automation Tools
I write scripts to eliminate repetitive digital chores.
• AppStore Icon Generator (2025): A Python solution to bypass the tedious manual resizing required for App Store submissions.
• Social Media Auto-Uploader (2024): A set of scripts designed to leverage organic reach on YouTube and Instagram by automatically uploading random video assets from a local folder every day.
2. Business & Financial Engineering
During my time as the Director of an Irish Limited company, I built tools to handle the administrative overhead without hiring external help.
• Financial Statements Template (2025): A compliant template for filing abridged annual returns for small companies.
• Google Sheets Invoice Automation (2024): A custom exporter to generate bulk invoices directly from spreadsheet data.
3. Web Development History
• Pelsop.de (2018-2021): My original foray into HTML and CSS, preserving the history of where my web development journey began
AppStore App Icon Generator (2025)
The most annoying part of publishing an app to the App Store automated with a simple python script. Download for free.
Financial Statements Template (2025)
As a director of an Irish limited I was responsible for the annual return. Part of filing was submitting financial statements. I have created a template of the abridged financial statements for small companies. Find more detail and a download using the button below.
YouTube/ Instagram Auto Uploader (2024)
To leverage organic reach on both platforms I created scripts in python that would run every day. They upload up to three random videos from a folder you give it.
Google Sheets Export Automation (2024)
During my time as Director of my Irish limited company, I had to create several invoices at once thats why I created the following automation to export several invoices from Google Sheets automatically.
Pelsop.de Website (2018-2021)
In 2018 I started working on my personal website using HTML and CSS. Read a bit more about the purpose of the page and view the file directory as well as the code.