Coders Packet

Listing of packets of source code submitted by coders

Rabin-Karp Substring Search Implementation

This C++ project showcases the Rabin-Karp algorithm, a quick and efficient method for text pattern matching using hashing.

Human Resource Management Project C++

The HR Management Project is a robust software solution designed to facilitate human resource management tasks efficiently.

Json Data Visualization Using Django and Chart.Js

It is a website containing Login, register system, a Good UI, and a dashboard containing Graph related to Json data for visualization.

Email Authentication LOGIN SIGNUP using Django

It is a Login and Register system with email authentication using Django. It helps to verify whether the user email id is real or not. And saves the data in backend.

Image Uploader Using Django

The project aimed to create a web app that allows users to upload images and view them in a gallery-like format. Django was chosen for its ease of development and robust features.

Finding wifi passwords using python

This python script shows wifi passwords only for that wifi network that was connected early to the system.

image to sketch converter using python(cv2)

convert an image into a pencil sketch using python and CV2. CV2 is a python Module for OpenCV python. OpenCV has a function to read video, which is cv2.

Secure Password Encryption and Decryption Tool

The Secure Password Encryption and Decryption Tool is a user-friendly Python application built using the Tkinter library.

Voice Translator Application

The Voice Translator Application is a Python program that leverages the speech_recognition library and the translate library to create a GUI for translating spoken words into different languages.

Image Downloader GUI Application in Python

A Python GUI application built with the tkinter, requests, BeautifulSoup, and PIL libraries for fetching and displaying images from a webpage URL.

Quiz using python

In this project, we have built a Quiz Application with the help of the tkinter module in Python. In this, users will be provided with a GUI in order to select one of the correct options.

python program to create a countdown timer

In this project, we will like to see the countdown timer by using the Python program.