Popular repositories Loading
-
basic-calculator
basic-calculator PublicPython command-line calculator for addition, subtraction, multiplication, and division. Includes input validation, division-by-zero protection, and continuous operations. Beginner-friendly project …
Python
-
number-guessing-game
number-guessing-game PublicPython number guessing game with sound effects and colored terminal output. Players have 6 attempts to guess a random number between 1 and 100. Includes input validation, interactive feedback, and …
Python
-
word-counter
word-counter PublicThis is a Python text file word counter that uses a graphical file dialog to select files and count total words. Supports .txt, .csv, .log, .md, .json, .py, uses Tkinter for file selection, Coloram…
Python
-
n-queens-backtracking
n-queens-backtracking PublicA beginner-friendly Python implementation of the N-Queens problem using backtracking and a 2D board representation. The project demonstrates safe queen placement logic, recursion, and solution expl…
Python
-
local-file-encryption
local-file-encryption PublicA Python-based file encryption and decryption tool using Fernet cryptography and a Tkinter GUI. Supports any file type, automatic key generation and secure storage (hidden key file), file size vali…
Python
If the problem persists, check the GitHub status page or contact support.