Coders Packet

Listing of packets of source code submitted by coders

Universal Banking System Using C++

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.

Understand and implement Data Structures using C++

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.

Bus Registrations and Reservation Window using C++

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.

Converting Images into Cartoon using Numpy and OpenCV in Python

Have fun by converting your images into a cartoon using Numpy and OpenCV libraries of Python Programming

Bus Reservation System Using C++

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.

Create a user friendly Tic Tac Toe Game using C++

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.

Send PDF files through emails using Python

A python script to send pdf files through your email using pdf_mail module of python.

QR code Generator and Reader using Python.

This Python program will generate a QR code from the input text using various Python packages. and also read that generated QR code.

Video To Audio Converter using moviepy in Python

Using this project, a video can be converted into audio (.mp3) using the python library 'moviepy'.

Clear Image To Blur using Python

This project can be used to convert the clear image to the blurred image using the python PIL library.

Prototype of a Banking Chatbot using ChatterBot library - Python

A prototype of banking chatbot implemented in python using ChatterBot library, flask web framework, and SQLStorageAdapter.

Word/Character Counter Using C++

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.