Coders Packet

Listing of packets of source code submitted by coders

Lexemes generator using Java

The programming language used in the source code is Java. This program asks the users for input and then it generates the lexemes from the input statement given by the user.

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)

Creating Virtual Piano in Java

In this article, we will see how to make a virtual piano with some beautiful music notes. This Virtual piano is made up of with the core concept of Java, so it is very easy and fun to make.

Transport Ticket Booking page design using HTML and CSS

This is a source code for transport ticket booking home page where we use HTML and CSS to build Html page.

Strong Password Generator Using Python

This project mainly focuses on generating strong passwords of desired length based on the user using python.

Image Tuning using TensorFlow's Pixellib

Image Tuning is the Computer Vision Technique that is used to change the background of the image through Image Segmentation.

Guess The Number Game using Python

A Project that allows the user to predict a number from 1 to 20, then matches it with Machine's number using Python.

Zodiac Calculator using Python

A project to calculate zodiac/astrological signs according to the user's date of birth using Python.

A Game Of Odd Eve using Python

A Project where the user and the system are able to play the game of Odd-Eve using Python.

Calculator using Python by Md Omer

A Simple Calculator to perform the 3 basic math functions (Addition, Multiplication, Subtraction) developed using Python

Random Password Generator Using Python

A project to generate a random password according to the length chosen by the user using Python.

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.