Metadata-Version: 2.1
Name: downvocab
Version: 0.0.3
Summary: Download English words
Home-page: https://github.com/takliu/downvocab
Author: Tak Liu
Author-email: liutak999@gmail.com
License: MIT
Description: # downvocab  
          
        This small tool is to aid all English learners to download the pronouncation sound track in mp3.  
        ## How to download
        
        `pip3 install downvocab`
        
        ## How to use  
        
        downvocab accept two input methods.
        
        **CSV**
        
        `downvocab -c <csv_file_path> -o <output_directory>`
        
        **Singal Word**
          
        `downvocab -d <vocabulary> -o <output_directory>`
        
        
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Description-Content-Type: text/markdown
