Code Packets
Browse all published coding projects
Tic-Tac-Toe Game In Java
Tic-Tac-Toe game is a very simple two player game where both the player get to choose any of the symbols between X and O. This game is played on a 3x3 grid board.
Digital Clock in Java
We create a digital clock in the applet by the use of the Calendar class and SimpleDateFormat class.
Basic Calculator In Java
We will implement a Basic Calculator In Java supporting addition, subtraction, multiplication and division operations. User choice has been preferred here
python program to draw a circle of squares using Turtle
In this program, we will generate a circular pattern out of squares using python's turtle module.
Web Scraping on Flipkart Using Python
This script written in Python using various libraries such as BeautifulSoup, Selenium, NumPy and Pandas. The objective of the code is to scrape mobile phone data from the Flipkart website.
ATM-Interface using Python
This is a GUI based Simple ATM-Interface Application built using Python Tkinter Library.
Designing an Analog Clock using HTML, CSS & JAVASCRIPT
I am designing an Analog Clock using HTML, CSS & JAVASCRIPT. The project was made using HTML and gave the design using CSS and the backend or the functionality using javascript language.
Job Portal Template using Tailwind CSS
JobNotion is an innovative job portal connecting talented professionals with top technology companies globally. Built using HTML and Tailwind CSS.
Weight Converter In Java
Weight Converter is a simple tool that converts a unit of weight and displays it in both kilograms and pounds.
Password Validator using Java
Password validator is a tool used in many applications. It is used to verify whether the password has met the required criteria or not. This helps many users in securing their privacy.
Guessing A Number in Java
The aim is to create a Java Program in which a user is given K chances to estimate a randomly generated number.
Data Harvester - Data Science / Python.
Data harvester is the process of automatically extracting data from websites to retrieve the HTML content of a web page extracting specific data elements, using that data for various purposes.