Metadata-Version: 2.4
Name: zenid
Version: 1.1
Summary: A Highly Secure Watermark Tool made to verify the author for text,image and audio
Author: Pixeldaguy
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy>=1.22.0
Requires-Dist: scipy>=1.8.0
Requires-Dist: Pillow>=9.0.0
Requires-Dist: windows-curses; platform_system == "Windows"
Dynamic: license-file

# ZenID
ZenID is a Highly Secure and Efficent Useful Watermarker for Text, Images and Audio.
ZenID works locally with Python


# How to setup ZenID
Make sure you have Python installed


1. In your terminal, Enter :
``` pip install ZenID ```

This will automatically install ZenID locally on your Device using PIP.

2. Create a simple .py file and inside you should include only one line, ```Import ZenID```

Run the python script to use ZenID in your Terminal.

3. In your Terminal, enter ```ZenID``` and run it.

Current Version: 1.0.1


