Metadata-Version: 2.1
Name: cp-tool
Version: 2.0.0
Summary: cp-tool is an auto generator tool for solved problems at different online judges
Home-page: https://github.com/jspw/cp-tool
Author: jspw
Author-email: mhshifat757@gmail.com
License: MIT License
Description: # cp-tool
        
        ![](https://img.shields.io/badge/version-1.1.1-blue) ![](https://img.shields.io/badge/license-GNU3-brightgreen)
        
        **cp-tool** is an auto generator for solved problems at different online judges. It gathers all the problems you have solved at an online judge and generates a git repository for you.
        
        Generated [Sample](https://github.com/jspw/cp-tool-sample) markdown file.
        
        ## Supported Platforms
        
        - [Codeforces](https://codeforces.com)
        
        ## Requirments
        
        - python >=3.6
        
        ## Instruction
        
        - ### Installation
        
        >     pip install cp-tool
        
        - ### Usage
        
          - Init with git repo :
        
            - Create a git repository first
            - Then init
        
              >     cp-tool --init
        
              ![](https://dev-to-uploads.s3.amazonaws.com/i/s7ja0xgwrft0r5oq4k51.png)
        
          - Update submissions :
        
            >      cp-tool --cf
        
            ![](https://dev-to-uploads.s3.amazonaws.com/i/zl4k70i4cqm6ovcweh6w.png)
        
        ## License
        
        [GNU 3](LICENSE)
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
