Coders Packet

Packets submitted by Padavala komala sri

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.