Coders Packet

Listing of packets of source code submitted by coders

Email ID generator program in Java

The application is based on a company where a new candidate joins and the program will generate an email and a random password for the candidate also the candidate can update his email/password.

Communicating between nodes in JAVA using & study InetAddress, socket class.

Hi, we will learn how to implement a program to communicate between two nodes using Sockets in JAVA.

Finding Minimum and Maximum elements in an Array using DAC algorithm in JAVA

Implement a program to find Minimum and Maximum elements in an Array using the Divide and Conquer paradigm in java.

Image Text to Speech using Python

This is a simple python project that extracts the text from the image. Store the text into a text file. Then retrieves that text from the file and convert it into a speech.

Chatbot using C++

Chatbots are the computer program that uses Artificial intelligence system that interacts with the user through text or voice. It saves time with automation.

Image to Sketch using Python

It is a simple project that converts images to sketch with the help of some python built-in modules.

Pinpointing Locations on Map with Detailed Information using Python and HTML

It is a project which shows pinpoints of all the IITs on the map with the help of their coordinates and also shows some information about the IITs.

Clock API in Python using Kivy module

A GUI based digital clock API made using Kivy module in Python. It shows the time in 24 hour format and there is also a stopwatch feature available.

Program to guess the name of a country using Python

Created a guessing game using python in which the player will have to guess the letters that comes in the name of a country that the computer generates randomly.

Frequency Distribution Table using Python

Create a frequency distribution table of class interval of size 5, containing upper limit, lower limit, frequency and middle values of limits using numpy and pandas libraries in python.

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.

Digital Clock using Java Swing

This is a very simple project using Java Swing. It shows the Indian Standard Time (IST) - UTC + 5:30 in real time in a separate window.