Metadata-Version: 2.1
Name: TextFile_SizeChecker
Version: 0.4
Summary: Calculate the number of lines, words and characters in a text file
Home-page: https://github.com/urosjevremovic/txt-file-size-checker
Author: Uros Jevremovic
Author-email: jevremovic.uros91@gmail.com
License: MIT
Description: 
        TextFileSizeChecker
        -------------
        
        Simple script for calculating the number of lines, words and
        characters in a text file.
        
        You can get it by downloading it directly or by typing:
        
            $ pip install TextFile_SizeChecker
        
        After it is installed you can start it by simply typing in your terminal:
        
            $ size-checker 'name_of_txt_file_to_read'
        
        
Platform: UNKNOWN
Description-Content-Type: text/markdown
