Code Packets
Browse all published coding projects
CATERPILLAR GAME USING PYTHON USING TURTLE LIBRARY
It is a quite interesting game where a caterpillar eat the leaves and increases its size. It is implemented by importing turtle and random libraries using Python.
Zodiac sign indicator using Java
The source code is given in java and it tells you about your zodiac sign based on the input you give.
HOTEL MANAGEMENT SYSTEM USING PYTHON
This project is purely based on Python. This project is for calculating the total cost of living in a hotel for a given duration. We can see the output in python console.
Audio Player in Java using javax.sound.sampled package to play .wav format audio files
This project makes use of javax.sound.sampled package to play, pause, stop and do some more functions on a .wav format audio file. JFileChooser has been used to select the audio file.
Simple Chatbot using Java
A simple chatbot made using Java. This project requires no prior knowledge of Java and can be the very first project of students aspiring to become Java developers.
Compound Interest calculator with Tabular and Graphical Representation using Java
This project calculates the compound interest, represents the result in form of a table, and also makes use of JFreeChart Library to represent the result graphically.
Mensuration sums calculator using Java
This source code is written in Java and is about solving mensuration problems by giving the required inputs.
Login and Sign Up using Java Spring Boot
This is a Login and Sign up service coded in Java using the Spring Boot Framework. (Backend Only)
Student Management System in C++
Student Management System is a C++ project based on the concept of managing student data to be used for various purposes. Through, this users can create, display, search, modify student records.
Resume Maker Using Java
A resume or a CV is a document that lists your work experience, education, skills, and hobbies. I have tried to build a Resume Maker in Java using Apache POI API.
A Java program to implement a Heap Tree.
A Java program to implement a Heap Tree of 10 nodes and perform insertion and deletion on it.
Information about given string in Java
This source code is written in Java and is about strings. We get to know various information about the given string.