Coders Packet

Listing of packets of source code submitted by coders

Rotate Image (N*N Array) Using C++

We can consider the image as a 2-D array of size (N*N). Rotate the array by 90 degrees anti-clockwise. This code is written in C++ including library.

Medicine desktop reminder in Python

In this project, we are using plyer and time modules to create a reminder for having medicine in Python.

Credit card fraud detection using Python

Designed a Neural network using python that was able to classify Credit Card fraud transactions with 99.9% accuracy

Pneumonia Detection using Python

Here we have created a CNN model using Keras to detect Pneumonia using Chest X-ray with 90% accuracy.

Password Generator in Python

Python program to generate Password of User's desired length and desired types of ASCII characters in it.

Largest Prime Factor in C++

The prime numbers that can be multiplied to give the original number are called prime factors. The largest among them is found out using C++ Programming language here.

Random number guessing game using Python

This is a simple Python program that generate a random number and you have to guess that random number correctly. The Final result will show your number of attempts

Quote Scraper in Python using BeautifulSoup

This project scrapes a quote from any of the websites written in code and displays it using Python. It can be scheduled to run every day at a particular time.

Easy Food Order System Using C++

A simple food ordering system by which the customers can easily order their favorite foods is developed using C++.

Whatsapp Message Scheduler using Python GUI Programming

This is a GUI program based on Python Programming to Schedule your Whatsapp Message within a day.

Image Viewer in Python using Tkinter

This is an application which helps us to view images stored in the program using Tkinter and pillow.

Video to Text Converter using Speech Recognizer in Python

It is a Python GUI program that is used to convert Video File to Text File using Speech Recognition and Tkinter Package and Functionalities.