Metadata-Version: 2.1
Name: manchat
Version: 5
Summary: ngrok chatapp
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
Requires-Dist: pycryptodome

from manchat import *

save the script

run the script

enter neede parameters

for executable for windows

pip install pyinstaller

type this command in terminal pyinstaller --onefile script.py
