Coders Packet

Listing of packets of source code submitted by coders

Scientific Calculator in C++

It is a scientific calculator using C++ that takes input from the user to perform the operations.

Lol diamond ranked game win prediction in Python using machine learning algorithm.

The project is on win prediction of the league of legends diamond ranked games in Python using machine learning algorithms. The logistic regression model is giving the highest accuracy 73.026 %.

Snake-Food-Eating game using C++

This project consists of designing and building a computer program in C++ that allows a player to play a snake-food-eating game.

Vehicle Parking System in C++

Vehicle Parking System works to calculate the amount and the number of different vehicles parked in the parking area.

Binary Image Classifier in Python (Machine Learning)

It is a binary classifier built using an artificial neural network making it from scratch in Python. It's is Machine Learning project for classifying image data in two different classes

Interactive Quiz Application in C++

This is an interactive quiz application in C++ and can be used to conduct small quizzes in schools & colleges. The results are displayed as soon as the quiz is over.

Anagrams and its all possibility in C++

It will show whether the entered strings are anagram or not and shows all the possibilities of arrangement of strings using C++.

Password generator in Python using Tkinter

The project aims to generate a random password with a specified length in Python using the Tkinter module.

Python Project To-Do list

This is the to_do_list project using python. I have used Tkinter and pickle module in it to make it usable to the user.

Python Music Player

Python Music Player Application is a basic Music Player where you can select the directory load the songs and play them.

Python Doremon Project

Python Doremon Project is made using Turtle module and displays doremon drawing at the end.

Affine Cipher by Java

This project is designed for encrypting and decrypting the text using Java Programming Language.