Coders Packet

Listing of packets of source code submitted by coders

Double Linked List using C++

This project is the implementation of the double-linked list using C++. It performs various operations on the list.

Hospital Records (a C++ code)

Hospital Records is a C++ code, it helps hospitals for keeping their records in check and updated. Code have several options for adding, deleting and searching their patient's records.

Basic multistage Quiz game ( a C++ code)

This code is a C++ code, useful for developing any kind of quiz. It also calculates the total amount or score the participant will get.

Smart Calendar (every year organiser a C++ code)

Smart calendar is a C++ code, it gives you the calendar of any year of your choice. The code is organized and with an easy algorithm.

LOGIN PAGE IN C++

This program helps the user to register, login, edit details and find the username/password in case they forget. This program is made by using datafile handling , function and switch case.

YouTube Downloader in Python Using Tkinter and Pytube

YouTube Downloader in Python with GUI support using Tkinter. Can Convert mp4 into mp3, Ogg, Wav file.

Face detection using Python

This is a computer vision project to detection of faces in images, videos. It was scripted in python. It will tell us how many eyes, faces in videos, images.

TODO list Using Python

My project is a to-do list using a Python list. Get a choice from a user and performs based on the user's input.

Length Converter Using GUI Tkinter in Python

The code will make a GUI window in Python that would ask a user to input the length. The user will get values in different units when asked to convert.

Password Generator with user info in GUI Tkinter Python

What this code in Python does is, it will generate a password of length the user wants using his details which would be more relatable to him.

Plotting of Heatmap and Pairplot in Python using CSV

The code will use a CSV file and plot Heatmap and Pairplot in Python. Colored blocks and visual implementation of the graph are observed in the output.

Longest common subsequence in CPP

The project named longest common subsequence is in CPP language. It takes two user input strings and provides us with the longest common subsequence on the basis of the input given by the user.