Coders Packet

Packets submitted by Krishna Prasad Deekonda

Cryptography Project in Python using Tkinter

This packet gives us an idea of how to build a project which will convert your plain secret text to ciphertext and vice versa.

PYTHON QR (Quick Response) Code Generator

This packet gives us an idea of how to generate QR code in Python for given data/information such as URLs

PYTHON PROJECT TO CREATE A DIGITAL CLOCK

This is a basic python project to create a digital clock GUI Application with 24-hour standard time format and refreshes for every 200ms and gives breif idea how to implement python project