Metadata-Version: 2.4
Name: viencrypt
Version: 0.1.0
Summary: Simple unsafe encryption program
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: art
Requires-Dist: colorama

# VI ENCRYPT
my little pretty unsafe text encryption tool made in python!!!

# Usage
## install needed modules
install colorama and art via pip\
pip install [package name]

## pull repo and run
pull the repo and run main.py\
cd [repo directory]\
python main.py
### other ways to run may be added later

# How does this work :o?
the encryption key is a shuffled version of the alphabet that gets resorted to the regular alphabet in decrption
so for example\
kslraybzxvdwigofqechptnujm\
k = a\
s = b\ 
l = c\
etc.
this obviously means its not very secure at all, but i didnt make this with the expectation of this being the greatest encryption algorithm ever

# Ai Usage
the code is not ai coded but some of the issues were fixed with ai help, using it to point out mistakes and explain needed changes

# Authors
Me!, Violet Rufe Viguiye


