Metadata-Version: 2.1
Name: cs200
Version: 0.0.2
Summary: A SIMPLE package for simplifying concepts available on wikipedia.
Home-page: https://github.com/dev-segal/cs200
Author: Joshua Segal
Author-email: gitpulljoshuasegal@gmail.com
License: UNKNOWN
Description: # Concept-Simplifier-200
        ---
        
        A python program that scrapes information from wikipedia on a chosen topic and summarizes the content so that the info is optimized for use.
        
        ---- 
        ## Installation 
        Windows:
        ```
            pip install cs200
        ```
        Ubuntu:
        ```
            sudo pip3 install cs200 
        ```
        **Most Linux distros will follow Ubuntu's way. If not, blame my incoherence when addressing linux :)**
        
        ## Usage
        1) **Command Line Interface(CLI)**
        2) **Web Application(locally run) not released yet**
        
        ### 1. Basic Command Line Interface Usage
        ```bash 
             python/python3 main.py --concept "computer programming"
        ```
        
        ### Features Coming Soon
        1) Web App
        2) More command line options, such as how many sentences you would like a concept to be simplified by.
        
        **_If you would like a feature published, or have a better way of handling computation, 
        suggest a feature(s) by pull requests._**
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
