Coders Packet

Listing of packets of source code submitted by coders

Rock Paper Scissor Game in Python

My project is about game about Rock-Paper-Scissor between the user and computer. Based on the input it gives who wins.

Story Generator using Python

Story Generator includes interesting character names, Different places, actions, and conflicts.

Hiring Lane- MERN stack based job portal for recruiters and job seekers

Hiring Lane is a job portal which is designed using MERN stack technologies. IT facilitates posting and applying for jobs according to users authorization.

Chatbot using python

A simple chatbot is a Interactive program simulating conversation, providing automated responses.

The Rock, Paper, and Scissors Game using Python

The Rock, Paper, and Scissors Game gives a relaxed feel to the users. Users can reduce their stress and feel excited when they play this game.

Random Dice, Symbol ,Alphabet, Playing Card generator using Java Swing

"Random Generator: A Java Swing program that generates random dice numbers, playing card values, alphabets, and symbols with a simple button click."

Bubble Sort In Python

The project implements the bubble sort algorithm using Python programming language. Bubble sort is used to sort the elements of the array and known as one of the stable sort algorithms.

Power Raised Upto 1,2,3,4 using Python

The project calculates the power of the user input integer up to 1,2,3,4 in the form of a tuple.

Binary Search Using Python

In this project we will implement the binary search in an array using the python programming language.

Generate Random Color Code in Python

This program code generates a random color code and hex value using random module in Python.

String summarizer in Python

This project is used to identify vowels, consonants, digits, and special symbols and their counts.

Generate Random Gradient Color Code in Python

This program code generates a random color gradient code using random module in Python using.