Metadata-Version: 2.1
Name: TellMeFriday
Version: 0.0.1
Summary: A simple tool based on gtts(google text to speech api)
Home-page: UNKNOWN
Author: C Lokesh Kumar Reddy
Author-email: lokeshkumarreddy.c@gmail.com
License: MIT
Description: It is a Simple tool which repeats what you  enter using keyboard
        
        Requirements
        
        Install 3.7
        you can install python 3.7 using
         sudo apt install python3.7
        
        If you got error as mpg321 not found
        
        Install using
        
        sudo apt update
        sudo apt install mpg321
        
        If You dont have pip install it using
        
        sudo apt-get install python3-pip
        
Keywords: calculator
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Education
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.7
Description-Content-Type: text/markdown
