Metadata-Version: 2.1
Name: PascalsTriangle
Version: 0.2
Summary: Calculates the Pascals Triangle, up to a given depth
Home-page: https://github.com/urosjevremovic/PascalsTriangle
Author: Uros Jevremovic
Author-email: jevremovic.uros91@gmail.com
License: MIT
Description: 
        PascalsTriangle
        -------------
        
        Simple script for calculating the Pascals Triangle, up to
        a given depth.
        
        You can get it by downloading it directly or by typing:
        
            $ pip install PascalsTriangle
        
        After it is installed you can start it by simply typing in your terminal:
        
            $ pascals-triangle 'integer representing desired depth(row) of a Pascals Triangle'
        
        After the script is run result will be saved in text file 'Pascals Triangle.txt'
        for later reference, beside being printed in the terminal.
        
        
Platform: UNKNOWN
Description-Content-Type: text/markdown
