Skip to content

Darkrock04/Encrypt-Decrypt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

ENCRYPT-DECRYPT

INTRODUCTION

This project is a simple yet effective implementation of message encryption and decryption using Python. It leverages the Tkinter library for the graphical user interface (GUI) and the base64 module for encoding and decoding messages.

REQUERED MODULES FOR THE PROJECT

$ pip install tkinter

$ pip install base64

IMPORT MODULES

$ import tkinter

$ import base64

Color Reference

Color Hex
Example Color #0a192f #0a192f
Example Color #f8f8f8 #f8f8f8
Example Color #00b48a #00b48a
Example Color #00d1a0 #00d1a0

Screenshots

Screenshot 2024-09-11 225642

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages