Code Packets
Browse all published coding projects
Guessing Number Game Using Python - GUI - Tkinter
The guessing game application is developed using python GUI, users can guess correctly and win.
Calculator Using Python
A calculator application is developed using Python GUI which performs all calculator functions.
PDF to WORD Convertor Using Pyhton
It is a simple python project which converts pdf file to word file. A proper python GUI is designed to process the conversion.
Collection Framework (Lists) in Java
Collection Frameworks contains all Data Structures of JAVA. In this packet, we will be looking at ArrayList, LinkedList, and Stack.
Group Chat Application in Java
A group chats application using MulticastSocket. A multicast host is specified by a class D IP address and by a standard UDP port number
Face Recognition using Python
A face recognition software whose objective is to encode and detect an individual's face using machine learning modules in Python.
Weather Application using API calls in Java and Android Studio
The app makes use of OpenWeatherMap's API to obtain weather and display it in a custom design.
JAVAFX APPLICATION FOR A HOTEL MENU
It is a java application.It is used to select the hotel menu as per the choice of the customer.We can also include many other fields depending on the hotel.
Weather-Application Using Nodejs
Hello everyone! In this tutorial, we deployed a weather application to get information about the weather using Node.js.
Computer-Based Tic Tac Toe Game in Python
The file name is TicTacToe.py which is to be executed where you will play the all-time favourite Tic Tac toe Game with Computer as an opponent.
Leaderboard using SQL and PHP
The leaderboard is a web based application created using PHP and SQL. It will show the position and score of the candidate for any of the activity.
Maximum XOR using trie data structure with Java
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.