Coders Packet

Listing of packets of source code submitted by coders

python program to generate prime numbers upto N

This is the python program to display the prime numbers upto the N limit, that N limit is dependent on own choice.

python program to display the vowels and consonants present in his/her name

In English language the vowels and consonants are the types of letters divided based on their pronounce.

python program to check leap year

For finding whether the year is leap year or not by using python program. Generally the leap year is exactly divisible by 4 except for century years(years ending with 00).

python program to draw a circle of squares using Turtle

In this program, we will generate a circular pattern out of squares using python's turtle module.

TEMPERATURE CONVERTER USING JAVASCRIPT

The Temperature Converter Using JavaScript project aims to provide a simple and user-friendly tool for converting temperatures between Celsius and Fahrenheit scales.

PASSWORD GENERATOR USING JAVA

It's a simple command-line random password generator. It generates random passwords of a specified length and quantity and displays them to the user.

URL SHORTENER USING PYTHON

It's a script that takes a list of URLs as command-line arguments and uses the TinyURL API to generate shortened URLs for each input URL.

Body Mass Index (BMI) calculator using React.js

A simple Body Mass Index (BMI) calculator made using React.js and basic css.It can be used to know about your BMI and you can work on your body based on the results.

Snake and apple game in python

This Python code creates a simple Snake game using the Turtle graphics library, where a player controls a snake to eat food, avoid collisions with walls and itself, and maintain a score.

Ping pong game in python

This Python code uses Turtle graphics to create a simple Pong game where players control paddles to bounce a ball and earn points.

Currency converter in python

A currency converter that fetches exchange rates from the Open Exchange Rates API .API functionality use into their applications and streamline data processing.

contact book in python

This code initializes an empty dictionary called contacts Books for storing contact information.