All Projects → sk364 → codechef-cli

sk364 / codechef-cli

Licence: GPL-3.0 license
CodeChef Command Line Client.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to codechef-cli

Competitive Programming Score API
API to get user details for competitive coding platforms - Codeforces, Codechef, SPOJ, Interviewbit
Stars: ✭ 118 (+237.14%)
Mutual labels:  codechef, competitive-programming, competitive-coding, codechef-api
cppdump
Standard dumps of data structures/algorithms
Stars: ✭ 18 (-48.57%)
Mutual labels:  codechef, competitive-programming, competitive-coding
Competitive-Coding-and-Interview-Problems
This repo contains some problem solutions from different popular coding platforms like Code Chef, Leet Code, Hacker Blocks,etc.
Stars: ✭ 54 (+54.29%)
Mutual labels:  codechef, competitive-programming, competitive-coding
Code
Macesuted's Code Repository.
Stars: ✭ 20 (-42.86%)
Mutual labels:  codechef, competitive-programming
fridge
Fridge for Codechef: An android app for downloading and browsing questions and contests from codechef.com offline
Stars: ✭ 17 (-51.43%)
Mutual labels:  codechef, competitive-programming
Data-Structures-Algorithms
Data Structures & Algorithms 💥
Stars: ✭ 17 (-51.43%)
Mutual labels:  codechef, competitive-programming
Competitive Coding
Contains Solution for all type of Problems of Competitive Programming. Updates Frequently as any problem is solved.
Stars: ✭ 16 (-54.29%)
Mutual labels:  codechef, competitive-programming
InterviewPrep
A repository containing link of good interview questions
Stars: ✭ 54 (+54.29%)
Mutual labels:  competitive-programming, competitive-coding
category-wise-problems
contains category wise problems(data structures, competitive) of popular platforms.
Stars: ✭ 32 (-8.57%)
Mutual labels:  codechef, competitive-programming
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 (-42.86%)
Mutual labels:  codechef, competitive-programming
CPTH
🌟 Competitive Programming Template Headers | With documentation, CI tests and Codecov
Stars: ✭ 23 (-34.29%)
Mutual labels:  competitive-programming, competitive-coding
test-case-generator
Test Case generator for competitive coding. Test case generator for competitive programming and potentially for software testing.
Stars: ✭ 28 (-20%)
Mutual labels:  competitive-programming, competitive-coding
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 (-5.71%)
Mutual labels:  codechef, competitive-programming
CP
Competitive Coding
Stars: ✭ 25 (-28.57%)
Mutual labels:  codechef, competitive-programming
Competetive programming
Contains my solutions to thousands of different CP sums and some DSA Problems(available in snippets)
Stars: ✭ 21 (-40%)
Mutual labels:  codechef, competitive-programming
icie
Competitive programming IDE-as-a-VS-Code-plugin
Stars: ✭ 81 (+131.43%)
Mutual labels:  codechef, competitive-programming
HackerRank-Solutions
This project include solutions of the problem from HackerRank which will be helpful for coding interview preparations. Subscribe for more updates 👇
Stars: ✭ 18 (-48.57%)
Mutual labels:  competitive-programming, competitive-coding
competitive-programming
Roadmap to learn data structures, algorithms, mathematics, dynamic programming to beat in competitive programming, or crack any interview.
Stars: ✭ 21 (-40%)
Mutual labels:  codechef, competitive-programming
cpAPI
A Flask API that gives updates about the upcoming contests on various Coding Platforms.
Stars: ✭ 13 (-62.86%)
Mutual labels:  competitive-programming, competitive-coding
The-CP-Companion
Your ultimate destination for Competitive Coding this Hacktoberfest21
Stars: ✭ 21 (-40%)
Mutual labels:  competitive-programming, competitive-coding

CodeChef CLI PyPI version Build Status

A command-line tool for querying and submitting problems on CodeChef.

Features

  • Search & submit problems
  • Search solutions
  • Search users, ratings, tags and teams

Requirements

Installation

pip install codechefcli

Usage

# See full list of options:
codechefcli --help

# Login to CodeChef
codechefcli --login

# Get problem description:
codechefcli --problem WEICOM

# Get contests:
codechefcli --contests

# Submit a problem:
codechefcli --submit WEICOM /path/to/solution/file C++

Linting & Testing

# run tests
pytest -v

# lint
isort
flake8 . --max-line-length=100
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].