Coders Packet

Packets submitted by BhagyaLaxmi Kummaripally

Finding wifi passwords using python

This python script shows wifi passwords only for that wifi network that was connected early to the system.

Creating Notepad using python(tkinter)

tkinter is a GUI library provided by Python to create GUI applications.The notepad will have two main menu items: File & edit. The functionalities of these menu items will also be there.

image to sketch converter using python(cv2)

convert an image into a pencil sketch using python and CV2. CV2 is a python Module for OpenCV python. OpenCV has a function to read video, which is cv2.

Quiz using python

In this project, we have built a Quiz Application with the help of the tkinter module in Python. In this, users will be provided with a GUI in order to select one of the correct options.