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 is the method of hiding data in Images. This project implements Steganography in Python using Stepic module with Pillow Module handling the Images.
It's an online voting platform made using JEE technology or java enterprise edition. One can vote and declared the winner of the election.
The eCommerce website project is created in Django and can be used as a base to create a custom E-com site.
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)
Draw the spiral with hexagon shape using Turtle module of Python. In each loop, increases the forward length.
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.
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.
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.
This is a project wherein text is taken as input and is translated to the desired language. That in-turn gives audio output.
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 is used to find the minimum spanning tree/forest of an edge-weighted undirected graph.