Student management system in Python helps to maintain student details using insertion, deletion, search, modify, and print operations.
Password generator in Python is implemented using loops and random module. Here, a random password is created in a given length of password.
In this C++ project, we will see the random array generation means random values are generated and inserted into the array.
This game can be played by 2 players. The player who attains the pattern(line) first is the winner. If the pattern is not achieved then it results in draw.
This project aims to play random music from a folder. Here we use the random module, which is an inbuilt module in Python.
The covid vaccine slot reservation system helps the user to book the slots for their preferred vaccine.
The project aims to deliver the total amount to be returned to the customer after billing by splitting the amount into the currency units.
This project aims to calculate the total fare for booking seats in a bus by one or more person(s).
This C++ project can generate the desired number of random mobile numbers that work in India only.
This is the source code for the QR Code generator in python using qrcode and pillow packages. It takes user input (text/link) and saves the QR code for that input in png format.
In this C++ project, the regression analysis is done to find equations that will fit the data. Linear regression is one type of regression analysis. The equation for a line is y = a + bX.
Hangman game in Python is implemented using loops. Here, it randomly assign a word to the player, and the player has to guess the word by recommending the letters with a fixed number of attempts.