This project is based on the concept of file handling and OOPs concept in C++. Here we create account, modify, deposit, withdraw, get users' details and get all the registered users list.
This project is related to the concept of Data Structures in C++. Understand data structures in C++ by getting inputs, inserting, and displaying using functions of these data structures.
This project is based on the concept of object-oriented programming(OOPs) in C++. Here we register new buses, book the seats and check the availability of different buses on different routes.
Have fun by converting your images into a cartoon using Numpy and OpenCV libraries of Python Programming
It is a C++ program in which the data will be given by the user and installed and reservation of a seat with a name would be done and seat availability will be shown for the required bus.
Tic Tac Toe also known as 'X' & 'O' game is a 3*3 grid game played between two players where each player is assigned with a 'X' and 'O' symbol respectively.
A python script to send pdf files through your email using pdf_mail module of python.
This Python program will generate a QR code from the input text using various Python packages. and also read that generated QR code.
Using this project, a video can be converted into audio (.mp3) using the python library 'moviepy'.
This project can be used to convert the clear image to the blurred image using the python PIL library.
A prototype of banking chatbot implemented in python using ChatterBot library, flask web framework, and SQLStorageAdapter.
In this project, a valid text file name is given by the user, and the count of words/characters in the file is found out using C++ Programming Language.