Code Packets
Browse all published coding projects
MATRIX OPERATIONS MODULE IN PYTHON
THIS PROJECT PROVIDES THE USER WITH VARIOUS OPERATIONS THAT CAN BE PERFORMED ON MATRICES SUCH AS ADDITION, SUBTRACTION, AND MULTIPLICATION OF TWO MATRICES.
Company Stock Data Graphical Analysis using Python
It is a tool for analyzing and comparing stock data to explore its values through graphs, gaining visual insights into the company's trends.
Hotel Room Booking Using JDBC Java
Java-based reservation system for booking and removing rooms, tracking total bookings. Utilizes MySQL database, includes input validation, exception handling.
Image Slider using HTML and CSS
A beginner-friendly image slider project using HTML and CSS involves creating a simple slideshow of images.
EXAM SEAT ALLOCATION IN JAVAFX
The random seat allocation program assigns unbiased random seats to students who appear in an exam. This is made in JAVAFx
Conversion_casio in python
This Project is developed to convert the length and weight units and the number conversion techniques.
Computer Networks Module in python
This module contains simple network algorithms like bit stuffing, Byte stuffing, Dijkstra's algorithm, and Subnet of Hosts.
UTILITY FUNCTIONS IN PYTHON
This project contains all the utility functions that help find whether the given number is (Even, Odd, Prime, Armstrong, Palindrome, Perfect).
Date to Day Conversion in Python
This project displays the day of the given date, The date should be provided in the form of (dd-mm-yyyy). I have used Python programming language for developing this project.
Television suggestion using python
This mini project suggests best Televisions available in the market according to the user's preference.
Get Instagram Account Details using Python
The provided code is using the instaloader library in Python to fetch and display information about an Instagram profile. Here's a brief description of what the code does
GUI based Keylogger in python using tkinter, pynput
A user interface based keylogger using tkinter. It records the key strokes and creates logs for them in a file. Which can be used for different security purposes.