Metadata-Version: 2.1
Name: panclus
Version: 1.3.1
Summary: A useful module to convert speech to text calculating solar and lunar eclipse as well as translating text in very short lines of code.
Home-page: https://github.com/Ayush2007A/Code-master/blob/main/Panclus.py
Author: Ayush Moghe
Author-email: mogheayushgr8@gmail.com
License: MIT
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Topic :: Internet
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Requires-Dist: ephem
Requires-Dist: wikipedia
Requires-Dist: pyttsx3
Requires-Dist: datetime
Requires-Dist: pyperclip
Requires-Dist: translate

Usage instructions below:
import panclus
from panclus import Panclus as ps

# To make it speak several languages

ps.speak_in_language("This is a simple example","en-US","test.mp3")

# To calculate Solar or lunar eclipse

ps.date_solar_eclipse()

ps.date_lunar_eclipse()

# To translate text

ps.translate("english","hindi","hello")

# To search wikipedia

ps.wikit("python")

# To open file from your computer

ps.openfile("cmd")



