Metadata-Version: 2.1
Name: NMCSS
Version: 666
Summary: File destroyer
Author: Neelanjan Manna
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

library for encryption of small files 
from NMCSS import *
file to encrypt should be in same folder
a=input("Enter file name with extension =")
b=input("Enter password====")
print(neelanjanmanna(a,b))
