Projects
- Calculator A simple command-line calculator capable of basic arithmetic operations (addition, subtraction, multiplication, division). Functions, conditional logic, basic arithmetic.
- GIF Creation A project focused on learning how to generate or manipulate GIF files using Python libraries (e.g., Pillow or similar). File handling, external libraries, image manipulation logic.
- HangMan The classic word-guessing game played in the command line. Loops, string manipulation, user input validation, lists.
- RockPaperScissors A command-line implementation of the "Rock, Paper, Scissors" game against a computer opponent. Random selection, conditional logic, user interface (CLI).
- Tic-Tac-Toe A simple two-player (or player vs. AI) implementation of the Tic-Tac-Toe game. Grid representation (lists/arrays), nested logic for win/draw conditions.