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
Python number guessing game: Computer picks a random number, user tries to guess it. Computer gives hints (too high/low). Repeat until correct. Add difficulty levels, limited tries, or scoring for more challenge.
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 inputs, and allows repeated conversions until the user decides to exit. Simple and easy to use.
This Python script creates a chat application using Tkinter. Users can interact with a bot that fetches info from Wikipedia, displays images from Unsplash, and downloads YouTube videos. It features logging for error handling.
A Python-based bill splitting tool that allows users to divide the bill evenly among friends, with an optional feature to randomly exempt one person from paying.
A simple password manager built with Python using the tkinter library. This program allows users to generate secure passwords and store them along with website and email details. The passwords are saved locally in a text file (`data.txt`) for easy retrieval.
Developing this game was my first big attempt at game development and OOP in Python, learning valuable skills in implementing game mechanics, graphics rendering, collision detection, and user input handling.
Welcome to my journey in web development!! I have worked on several projects using HTML, CSS and Python (Flask) to develop interactive and functional web pages. This repository showcases my progress, including: Frontend designs using HTML & CSS Backend implementation with Flask Web applications demonstrating API usage and database integration.
The Blind Auction Project allows users to participate in an auction where they can input their bids. The program collects user data (name and price) and stores it in a dictionary. It checks whether new bids need to be added and compares the bids to identify the highest one.
Python number guessing game: Computer picks a random number, user tries to guess it. Computer gives hints (too high/low). Repeat until correct. Add difficulty levels, limited tries, or scoring for more challenge.
A fun and interactive number-guessing game where the player attempts to guess a randomly generated number within a specified range. The game offers two difficulty levels—Easy and Hard—each with a different number of attempts.