Welcome to my collection of Python scripts! This repository showcases a variety of small projects I've created while learning and practicing Python. Feel free to explore, use, and modify the code as you see fit. Your feedback is welcome and greatly appreciated.
- Description: Small script designed to sift through a single directory (no subdirectories) and organize files into new directories based on their file types. Compatible with common file types that an average user might have in their documents. Perfect for tidying up your desktop.
- Description: Classic word-guessing game where players try to figure out a hidden word by guessing one letter at a time. This project demonstrates basic string manipulation, control flow, and user interaction in Python.
- Description: Simple command-line calculator that performs basic arithmetic operations such as addition, subtraction, multiplication, and division. This project showcases fundamental Python programming skills, including functions, conditionals, and user input handling