Metadata-Version: 2.1
Name: text-encryption
Version: 0.1
Summary: A file encryption and decryption tool
Home-page: https://github.com/shivam,armaan,suraj,ananya/TextEncryptionProject
Author: Shivam thakur, Armaan singh , Ananya verma , Suraj singh
Author-email: shivamwork069@gmail.com
Description-Content-Type: text/markdown
Requires-Dist: cryptography

# Text Encryption Project

This is a Python package for encrypting and decrypting files using AES encryption.

## Features
- Encrypt files with a password.
- Decrypt files using the correct password.

## Installation
You can install this package using `pip`:

```bash
pip install textencryption
