Kivy Secret Chat is a simple mobile application built using the Kivy framework that allows users to encrypt and decrypt text messages. It provides a basic interface for entering text, encrypting it, decrypting it, copying it to the clipboard, clearing the input field, and exiting the application.
-
Text Encryption: Encrypt your messages with a simple algorithm.
-
Text Decryption: Decrypt the encrypted messages to reveal the original text.
-
Copy to Clipboard: Easily copy the encrypted or decrypted text to the clipboard.
To run this application, you need:
- Python (version 3.x recommended)
- Kivy (installation instructions can be found at Kivy Installation Guide)
-
Clone or download this repository to your local machine.
-
Open your terminal or command prompt and navigate to the project directory.
-
Run the application using the following command:
python main.py
-
The application will open, and you can start using it to encrypt and decrypt text messages.
-
Enter the text you want to encrypt or decrypt in the input field.
-
Use the "Encrypt" button to encrypt the text.
-
Use the "Decrypt" button to decrypt the text (if it was previously encrypted using this application).
-
Use the "Copy" button to copy the text to the clipboard.
-
Use the "Clear" button to clear the input field.
-
Use the "Exit" button to close the application.
The encryption and decryption methods used in this application are for demonstration purposes only and are not suitable for secure communications. This application is intended for educational purposes and should not be used for sensitive or confidential information.
This Kivy Secret Chat application was created by Hammad Ali.