You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Welcome to my collection of Python projects!
This repository contains a variety of small to medium-sized Python projects that I've built to sharpen my programming skills and explore fun programming concepts.
A fun, turn-based Python game for 2 - 4 players based on the classic Pig dice game. Great for practicing loops, conditionals, and input handling in a competitive setting.
A beginner-friendly Python CLI tool to securely store and encrypt passwords using the cryptography library (Fernet). Features master password protection, adding and viewing passwords, and clean input handling.