My Projects

Password Manager

A simple password manager built with Python and Tkinter. It lets you securely store, manage, and generate passwords, all protected by a master password. Ideal for personal use with local data storage in a JSON file.

View Project

File Organiser

A Python-based file organiser that sorts files in a selected folder by their extensions into categorised folders. Built with Tkinter for an easy-to-use interface, it supports organising images, documents, videos, and more—perfect for quickly decluttering directories.

View Project

Finance Manager (work in progress)

A Python-based finance manager to track and visualise expenses. Built with Tkinter and Matplotlib, it lets you log expenses by date, amount, and category, then plot your spending over time. Data is currently stored in a JSON file, with plans to upgrade to an SQL database.

View Project