|
About Me 🌱 I’m currently learning Python and Machine Learning 🎯 Goal: Become a world-class developer & travel the world 🌏 🌌 Fun fact: I love watching skies |
|
A Python program to convert currency values based on fixed exchange rates. Users can enter an amount and select the source and target currencies. It supports multiple currencies, handles invalid in…
Python 1
A simple Python game where the computer selects a random number between 1 and 10, and the player has to guess it. The game provides feedback on whether the guess is too high or too low, and gives t…
Python 1
A simple terminal-based To-Do List app in Python. Allows users to add, view, mark as done, and delete tasks through a text-based menu interface.
Python 2
A simple Python tool that converts numbers between binary, decimal, octal, and hexadecimal formats. Includes a menu-driven interface, input validation, and easy-to-read output for quick base conver…
Python 1
This is a simple Python script that generates a secure random password based on user preferences. The user can choose the password length and whether to include digits, special characters, uppercas…
Python 1
This is a console-based gacha spin game. Players use diamonds to spin for random rewards with set probabilities. Includes common, rare, and grand prize rewards. Supports diamond top-up when the pla…
Python 1