Coders Packet

Listing of packets of source code submitted by coders

Scraping data from Imdb website using Python

In this tutorial, we will learn how to scrape data of feature film from imdb website using BeautifulSoup in Python language step by step.

Steganography in Python using Stepic Module

Steganography is the method of hiding data in Images. This project implements Steganography in Python using Stepic module with Pillow Module handling the Images. 

E Voting using JEE

It's an online voting platform made using JEE technology or java enterprise edition. One can vote and declared the winner of the election.

eCommerce Website Using Django in Python

The eCommerce website project is created in Django and can be used as a base to create a custom E-com site.

EMAILID RETRIEVER using Python

This packet contains two files one is a Python code to Retrieve email-id and another is a dummy document based on re(Regular expression)

Python Tutorial! Hexagonal Spiral using Turtle (Source Code with Output)

Draw the spiral with hexagon shape using Turtle module of Python. In each loop, increases the forward length.

Maximum XOR using trie data structure with Java

To find the maximum xor between two numbers. The program finds the best number from the array so the xor between that number and the inputted number is maximum.

arraysm package using Java

This package contains many methods which make the work easy while working with arrays. Many inbuilt methods that the array does not contain are included in this package.

Password Generator in C++ using Qt

I've made a Password Generator using C++ in Qt, which will generate a password between length 5-50 characters. The logics are written in C++, but the UI is made using Qt.

Language Translator System Using Python

This is a project wherein text is taken as input and is translated to the desired language. That in-turn gives audio output.

Edge detection using Python OpenCV

In this project, we are doing edge detection in the image to find the boundaries in the image. It is built by python OpenCV library

Kruskal's Algorithm implementation using C++

Kruskal's Algorithm is used to find the minimum spanning tree/forest of an edge-weighted undirected graph.