Code Packets

Browse all published coding projects

BMI Calculator in Python

A BMI Calculator will take in the height and weight of the individual and will calculate the BMI of the person.

Noolu Samyuktha · Jul 12, 2021

Python program to convert number of days, hours, minutes and seconds to seconds

Developing a program that reads the number of days, hours, minutes, and seconds from the user. Calculate and display the total number of seconds represented by that duration.

Kunal bhati · Jul 12, 2021

Group Chat-Client Server Arch. in Java

This is a group chat application making use of the client-server architecture concept, built using socket programming in Java, making use of package java.awt, package javax.swing.

AKSHAT CHATTERJEE · Jul 11, 2021

Simple login and registration form using SQL and PHP

A simple login and registration form using SQL, PHP, CSS and HTML. Users can register and login using this form. All of the data is kept in a SQL database.

Akilasri B · Jul 11, 2021

Chatbots using Seq2Seq model with Keras in Python

In this project, we will implement the seq2se2 and create chatbots by training the seq2seq model on three datasets.

Viraj Nayak · Jul 10, 2021

Search for a Packet on Coders Packet with BeautifulSoup, Tkinter and Pyinstaller in Python

In this project, we will use beautiful soup to search for packets using a user-defined keyword. We will then create a GUI using Tkinter for the same and convert it to an executable(.exe) file.

Viraj Nayak · Jul 10, 2021

MATRIX ROTATION IN CLOCKWISE DIRECTION USING JAVA

This source code will help user to rotate the square matrix by 90 degree in clockwise direction.

Siddharth Arora · Jul 10, 2021

Python program for creating dictionary object

In Python Dictionary is an ordered collection of data values, used to store data values. Python dictionary is an unordered collection of items. Each item of a dictionary has a key/value pair.

Kunal bhati · Jul 10, 2021

Approximation Algorithm for Traveling Salesman Problem, using nearest neighbor in Java

A Java program of Approximation Algorithm for Traveling Salesman Problem, using the nearest neighbor.

Naman Panpaliya · Jul 10, 2021

Scraping data from Imdb website using Python

In this tutorial, we will learn how to scrape data of feature film from imdb website using BeautifulSoup in Python language step by step.

Kajal Sahu · Jul 10, 2021

Android Currency Converter Project Using Java

In this project, we will be making a currency convertor that converts pounds to dollars.

Janhvi Singh · Jul 09, 2021

TODOs LIST using local storage in JavaScript

The below TODOs LIST is implemented by making use of the local storage property in JavaScript. The front-end of this TODOs LIST is made with the help of bootstrap.

Arun Deepak Bang · Jul 09, 2021