Coders Packet

Listing of packets of source code submitted by coders

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.

Remove n Special Characters from a String in Python

The following code is used to remove user-specified n special characters from a user-inputted string using loops and if conditions in Python.

Currency Converter using Java Swing AWT

It is the program to convert the currency from Indian rupees (INR) to US Dollars (USD). This program is written in Java.