Skip to main content

cp-tool is an auto generator tool for solved problems at different online judges

Project description

cp-tool

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 Git Rep by cp-tool

Supported Platforms

Requirments

  • python >=3.6

Instruction

  • Installation

    • Linux :
    pip install cp-tool
    
    • Windows :
    python -m pip install cp-tool
    

Note : Please use updated version

  • Upgrade :

    • Linux :

    pip install --upgrade cp-tool

    • Windows :

    python -m pip install --upgrade cp-tool

  • Usage

    • Using command cp-tool it will show the usages

    • Init with git repo :

      • Create a git repository first (Github)

      • Then init

        cp-tool -c init -j codeforces
        

        You will be asked for

        • handle

          • example : shifat57
        • repository name (A folder will be created based in repo name)

          • example : My Cp Track
        • repository url

          • example : https://github.com/jspw/cp-tool-sample

    • Update submissions :

      • Go to the repository folder in your local file

      • Then

        cp-tool -c update -j codeforces

License

MIT

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

cp_tool-2.1.2-py3-none-any.whl (7.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page