Code Packets
Browse all published coding projects
Feature detection using Python OpenCV
This project is created by OpenCV-Python an open-source computer vision library. This project will detect the features which is an important step before processing any image in computer vision.
Password Validity Checker using Java
This java program checks whether the password satisfies the conditions of a password and the strength of the password
EMI calculator with simple interest using java
Java program to calculate monthly EMI using simple interest. The output is taken to 2 decimal places.
Retail-Shop Billing System using Java
In this Packet, a Retail shop billing system for department store has been implemented using the Java Programming Language.
Snake game using Pygame module in Python
Hi, Today we are going to build a simple but interesting snake game in python using its module named pygame. Pygame is a 2d game development module.
Converting decimal to binary using recursion in Python
The easiest way to convert a decimal number to a binary number using recursion in Python language.
How to create a login page with React JS
This is a simple login and registration page made with React JS, HTML5, CSS3, and Javascript
SCREEN RECORDER USING PYTHON
Python is a widely used language and easy to implement and it have many modules and we have to import it , but in this scenario we used pyautogui and numpy
Rolling a Dice and Printing the Pattern of the Dice using Python
Here, we are rolling dice and printing the pattern of the dice in the terminal using python.
Matrix Subtraction with user inputs using NumPy with Python
Here we are subtracting two matrices, which will be given by the user using NumPy in python.
Python script to fetch current crypto currency price
This piece of code will scrape the google search result and find the current crypto price.
WorldCloud using Python
A wordcloud is a image that is a collection of the most relevant, frequent and important words present in an article.