My Programming Projects
This project creates a robust PDF viewing and manipulation application with a user interface.
Built with: Python PyMuPDF CustomTinter Pillow Requests
This project creates a simple file transfer system using Python sockets. Send files from the client to the server over localhost.
Built with: Python Sockets TKinter
As a light-weight alternative to my PyPersonalVault project, PyCrypter performs fast encryption or decryption of multiple files using AES with a salted version of the password.
Built with: Python PyCryptodome TKinter
An encryption service application that uses RSA encryption to secure files. This project is built in Python, primarily using the PyCryptodome and CustomTkinter modules.
Built with: Python PyCryptodome CustomTkinter
Python PDF Editor is a simple script to display a menu in the console or command-line. Using this project, you can merge, resize, encrypt, decrypt, and re-encrypt PDF files.
Built with: Python PYPDF Tkinter
A stock market GUI made in Python.
Built with: Python pygame yfinance
A collection of small Java programs created for a computer science class.
Built with: Java Eclipse IDE