Coders Packet

Listing of packets of source code submitted by coders

Dice Duel Using HTML, CSS and JavaScript

This code is for a dice game using HTML, CSS, and JavaScript. It generates random numbers for two players, updates the dice images, compares the numbers, and displays the result.

Roman number converter in Python

Python program: Input number, convert to Roman numerals using Latin alphabet. Means converting the Roman Alphabet to numerical using Python.

PNG to WEBP Converter in Python

Created a project for converting PNG images to WEBP format using python and its libraries. Taking png image and resulting webp (empty) file as inputs.

Converting Indian Rupees to American Dollars using c#(Sharp)

Helps people in converting Indian Rupees into American Dollars so that they can understand the price easily.

Basic Calculator in C#(Sharp)

Helps the user in performing the basic arithmetic operation. And also helps in performing arithmetic operations without error.

Guessing Random Number in Python

My code is about Guessing Random Number in Python. It gives five chances to guess the number correctly

Body Mass Index Calculator using Python

Body Mass Index Calculator is used to specify the user whether they are normal or overweight or underweight and it alerts the user whether the user is in correct weight or not.

Desktop Notifier using Python

A Desktop Notifier is a straightforward application that generates a notification message in the form of a pop-up message on the desktop.

Random Password Generator in Python

This code prints the password randomly. within lower,upper,special characters and all.

word count in Python

word count is used to find the number of words in a document while you type. It is very helpful in our daily life.

Countdown the Time using Python.

countdown timers are a useful tool for various applications, such as creating time-limited tasks or creating suspense in games.

Simple calculator using python

This calculator is used for operations such as addition, subtraction, division, multiplication, and exponentiation.