Lal Mohan Kumar
lalmohankr
π¨βπ» Third-year BCA student | Aspiring Python Backend Developer and DevOps Engineer. π Passionate about building efficient backend systems.
Languages
Repos
10
Stars
0
Forks
0
Top Language
Python
Loading contributions...
Repositories
10This project is a terminal-based application designed to handle basic canteen operations. It displays a menu with items and prices, allows users to add or remove items from their cart, view the total amount, and complete the order. The system provides real-time updates to the cart and ensures a seamless ordering experience.
This YouTube Video Downloader simplifies the process of downloading videos from YouTube. Users can paste a video URL into the input box, and with a single click, the video is downloaded to their system.
The "Alarm Clock" script is a lightweight Python program designed to help you set and manage alarms directly from the terminal. Users can specify a time for the alarm, and the script will continuously check the current time until it matches the set time. When the alarm goes off, the program will notify the user.
This project implements a countdown timer using Python's time module. The timer allows users to input the countdown duration in seconds, and it will display the time remaining in the terminal, updating every second until it reaches zero.
This Python project uses the qrcode library to create QR codes for text or URLs. QR codes are useful for sharing data quickly and conveniently, allowing mobile devices to scan and read the information. The generated QR codes can be saved as image files.
This project is a basic implementation of the "Rock, Paper, Scissors" game in Python. The user plays against the computer, which makes random choices, and the winner is determined based on the game's classic rules. Itβs a fun, quick game for practicing Python basics.
This chatbot is a rule-based conversational agent. It matches user inputs with pre-defined patterns and responds based on a set of rules and responses. The chatbot uses regular expressions for pattern matching and has a set of reflective phrases to provide a more natural conversational experience.
This Math Quiz Game randomly generates basic arithmetic questions involving addition, subtraction, and multiplication. Users answer a set of questions, and at the end, the program provides a score report of correct and incorrect answers.
This Password Generator tool helps users create strong, random passwords for better security. It uses a combination of uppercase letters, lowercase letters, numbers, and symbols to generate passwords that are hard to guess and suitable for protecting sensitive accounts and data.
No description provided.