Metadata-Version: 2.1
Name: panclus
Version: 1.3.3
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: UNKNOWN
Description: #Usage instructions below:
        
            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")
        
        
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
Description-Content-Type: text/markdown
