Metadata-Version: 2.1
Name: cs200
Version: 1.4.5
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 
             cs200 --concept "computer programming" --limit 3 --output results.txt
        ```
        
        ### Features Coming Soon
        1) Web App
        2) Speech Synthesis
        3) Customized usage of NLTK library for maximum utilization of summaries for concepts.
        
        **_If you would like a feature published, or have a better way of handling computation, 
        suggest a feature(s) by pull requests._**
        
        <img src="https://cdn0.iconfinder.com/data/icons/3-colors-outline/500/Calculator-512.png" width="100px" height="100px"> _Summarize Easily. Summarize Smart._
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
