Coders Packet

Packets submitted by Deepanshu Mittal

Command-line To-do list Application using Argparse library in Python

A Command-line to-do list application built using the 'Argparse' library of Python that allows users to keep a record of to-do and done tasks and run commands using the terminal.

Bill Generator in MS-EXCEL using Openpyxl library of Python

This project helps user to generate a Customer Bill in MS-EXCEL from a list of items taken by the user as input, using 'openpyxl' library of Python.

Password Generator in Python

Python program to generate Password of User's desired length and desired types of ASCII characters in it.