Metadata-Version: 2.1
Name: XorEncoder
Version: 1.0.0
Summary: An Xor Encoder
Author: ImNotPhantom
Author-email: kunalplayz1@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# Encoder

## Encoder for all of your encoding needs :)

## How to use

```py
import XorEncoder

e = XorEncoder.encode((Enter a number from 1-10 in here))

print(e.encode('Hello World!'))
print(e.help())
```
