Coders Packet

Listing of packets of source code submitted by coders

Simple age calculator using python

This simple age calculator using Python is designed using Python's GUI. It is used to calculate age using the date of birth.

Directory Manager using Python

Organize files in a directory based on user-defined preferences. Set preferences, group files by extension, and move them to corresponding folders. Developed using Python.

PhoneBook using Python

A very time-efficient Phonebook Python Source Code that provides features like adding a contact, deleting a contact, displaying the phonebook, etc

Random Password Generator using Python

A Python-based very strong password-generating source code. This source code provides a strong password with a combination of 94 characters of the requested length password.

TypingSpeed calculator using Python

SpeedTest is a Python program that measures typing speed and accuracy. It generates a random string and calculates WPM and accuracy based on user input.

Scientific Calculator using Python

Python script for math operations: add(a, b), sub(a, b), mul(a, b), div(a, b), sqrt(a), sine(angle), cosine(angle), tangent(angle), solve_linear_eq(a, b).

Shopping Of Garments and Accessories with c++

It is a project where the user is capable of managing the in-store products and keeping track of it as well there is a cashier option that can help the user with checking out the items.

Shopping of Garments and accessories using c++

It is a project where the user is capable of managing the in-store products and keeping track of it as well there is a cashier option that can help the user with checking out the items.

Temperature Converter in Python

This project is about Temperature converter in pyhton. We have to convert a number into fahrenheit and celsius.

Password Generator using Python

This program is a simple password generator in Python. The program uses the `random` and `string` modules. It defines a function called `generate_password'.

Countdown calculator using Python

The given program is a simple countdown calculator implemented in Python. That calculates the number of days left between the current date.

Guessing game using Python

This program is a guessing game implemented in Python. The program starts by importing the random module, which is used to generate random numbers.