All Projects → jspw → cp-tool

jspw / cp-tool

Licence: MIT license
cp-tool is an auto generator for solved problems at different online judges.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to cp-tool

CodeForces
Python solutions to CodeForces problems
Stars: ✭ 48 (+100%)
Mutual labels:  competitive-programming, codeforces, problem-solving, codeforces-solutions
Code
Macesuted's Code Repository.
Stars: ✭ 20 (-16.67%)
Mutual labels:  competitive-programming, codeforces, online-judge
Data-Structures-Algorithms
Data Structures & Algorithms 💥
Stars: ✭ 17 (-29.17%)
Mutual labels:  competitive-programming, codeforces, codeforces-solutions
harwest-tool
A one-shot tool to harvest submissions from different OJs onto one single VCS managed repository http://bit.ly/harwest
Stars: ✭ 89 (+270.83%)
Mutual labels:  pypi, competitive-programming, codeforces
psolving-paradigms
Common problems of dynamic programming methods and techniques, including prerequisites, for competitive programmers.
Stars: ✭ 34 (+41.67%)
Mutual labels:  competitive-programming, codeforces, online-judge
codeforces-go
Golang 算法竞赛模板库 | Solutions to Codeforces by Go 💭💡🎈
Stars: ✭ 842 (+3408.33%)
Mutual labels:  competitive-programming, codeforces, codeforces-solutions
Competitive Programming Score API
API to get user details for competitive coding platforms - Codeforces, Codechef, SPOJ, Interviewbit
Stars: ✭ 118 (+391.67%)
Mutual labels:  competitive-programming, codeforces, codeforces-api
category-wise-problems
contains category wise problems(data structures, competitive) of popular platforms.
Stars: ✭ 32 (+33.33%)
Mutual labels:  competitive-programming, codeforces, codeforces-solutions
Competitive-Programming--Solution
This ia an public repository for Accepted solution of coding problems on different coding plateforms like codeforces , hackerearth, codechef , hackerrank .......
Stars: ✭ 24 (+0%)
Mutual labels:  competitive-programming, codeforces, codeforces-solutions
problem-solving
A platform where you can learn about algorithms and data structures. A heaven for competitive programmers. Learn here: https://reyadussalahin.github.io/problem-solving/
Stars: ✭ 33 (+37.5%)
Mutual labels:  competitive-programming, codeforces, problem-solving
judge
A blazingly fast online judge/ autograder ⚖️ built with Python and the Django framework to test cases against your solution. Check out the sponsor links and help fund DomeCode.
Stars: ✭ 30 (+25%)
Mutual labels:  pypi, competitive-programming, online-judge
codeforces-timer
A Google Chrome extension which adds a timer to practice timed problem solving on codeforces
Stars: ✭ 20 (-16.67%)
Mutual labels:  competitive-programming, codeforces, problem-solving
LearnCPP
Learn Cpp from Beginner to Advanced ✅ Practice 🎯 Code 💻 Repeat 🔁 One step solution for c++ beginners and cp enthusiasts.
Stars: ✭ 359 (+1395.83%)
Mutual labels:  competitive-programming, codeforces, problem-solving
COMPETITVE-PROGRAMMING
Competitive programming is a mind sport usually held over the Internet or a local network, involving participants trying to program according to provided specifications. This repo contains the Detailed Explanation and implementation of Various Coding problems on various platforms in C++
Stars: ✭ 60 (+150%)
Mutual labels:  competitive-programming, problem-solving, codeforces-solutions
ProgrammingProblems
Our answers to some programming problems,like ACM ICPC problems and others.(All problems are available on http://uva.onlinejudge.org or https://open.kattis.com) ** PLEASE STAR THE REPO IF IT 'S USEFUL :) **
Stars: ✭ 27 (+12.5%)
Mutual labels:  competitive-programming, codeforces, codeforces-solutions
Competitive-programing
This repository is for encouraging people in competitive programming. And making PR's on a regular basis. Through this repo, Geeks can find solutions for various programming problems and also give your code to increase the repo.
Stars: ✭ 20 (-16.67%)
Mutual labels:  competitive-programming, codeforces, codeforces-solutions
Competitive Coding
Contains Solution for all type of Problems of Competitive Programming. Updates Frequently as any problem is solved.
Stars: ✭ 16 (-33.33%)
Mutual labels:  competitive-programming, codeforces, codeforces-solutions
CodeforcesApiPy
Implementation of https://codeforces.com API
Stars: ✭ 17 (-29.17%)
Mutual labels:  codeforces, codeforces-api
competitive-programming
Roadmap to learn data structures, algorithms, mathematics, dynamic programming to beat in competitive programming, or crack any interview.
Stars: ✭ 21 (-12.5%)
Mutual labels:  competitive-programming, codeforces
Competitive-Coding
Contains solution code of SPOJ, LeetCode, HackerRank and Codeforces questions solved by me.
Stars: ✭ 46 (+91.67%)
Mutual labels:  competitive-programming, codeforces

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].