Coders Packet

Packets submitted by Aanchal Kaushal Sharma

Plotting of Heatmap and Pairplot in Python using CSV

The code will use a CSV file and plot Heatmap and Pairplot in Python. Colored blocks and visual implementation of the graph are observed in the output.

Password Generator with user info in GUI Tkinter Python

What this code in Python does is, it will generate a password of length the user wants using his details which would be more relatable to him.

Length Converter Using GUI Tkinter in Python

The code will make a GUI window in Python that would ask a user to input the length. The user will get values in different units when asked to convert.