Coders Packet

Listing of packets of source code submitted by coders

Password generator using Python and Tkinter

This is a code for a password generator using python based on the user's choice of character sets. It also contains a GUI designed using the Tkinter module of python.

Simple Login Page in Python

This is simple login page created with the help of Python and tkinter module. this is source code can use where you need any type of login system.

Login and Registration system in C++

This code is in C++ that enables the user to register and login into the system. It can be used to manage the data entered by the user.

LADY LION HUNTER GAME in PYTHON

This Python project is similar to Rock, Scissor and Paper game. Here Lion wins against Lady, Hunter wins against the Lion and the Lady wins against the Hunter.

Polymorphism in C++ using Virtual function

The project uses the Polymorphism feature of C++ and virtual function to calculate the factorial of a number.

Driver Drowsiness Detection in Python using OpenCV

We will create a system using Python and OpenCV to stop these incidents so that the driver will be alerted(both text and alarm) when he feels sleepy.

C program for implementation of a Queue using an Array

This is a C program which implements the queue operations using an array. The program includes queue operations like Enqueue operation, Dequeue operation, Display and Quit option.

File upload in JAVA

This project contains the code for file upload using java. File upload can be used as functionality in various projects like E-commerce and many more..

School Fee Enquiry Using C++ programming language

Users have to choose the given option accordingly. And the project will work as per the option selected by the user. It has been done using the C++ language.

Travelling salesperson problem

The tourist or traveler want to visit all the places in a city within a day or in few hours. TSP will help them to find shortest distance .

Image Processing Using OpenCV Python

Some image processing techniques are applied to an image using OpenCV Python. Other libraries of Python used are Matplotlib and Numpy.

House price prediction system using linear regression in C++

In this project, Multivariate Linear Regression is used to predict House prices, implemented in C++. The data consists of 6 independent variables. The Testing and Training Errors were analyzed.