anksh1997 / startcp-cli

A CLI application for generating battlespace in seconds for online coding competitions with features like custom template configuration, backup language support, auto input output files generation, etc. But, currently available for Codechef and Codeforces.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

logo

A CLI application for competiting like never before. For competitive programmer by a competitive programmer.

Made with ❣️ using Python3.


PyPIPackage Downloads

Installation

  • startcp-cli is a command line application.
  • pip install startcp-cli or pip install startcp-cli==x.y.z to install the package.
  • or git clone https://github.com/asprazz/startcp-cli && cd startcp-cli && python setup.py install

Features

StartCP-CLI provides following features:

  • Competitions Board: Built in competitions board to watch on new arriving compeitions.

  • Battlespace Generation: Auto generate battlespace for any live or past cometitions on Codechef or Codeforces.

  • Template Configuration: Generate battle space with template configuration with support of two programming languages, auto input output file generation.

  • Progress Tracking: Open daily problems from leetcode or codechef or use practice mode everything comes with mini progress tracking.

  • Practice Mode: Based on problem categories to fetch problems, create battlespace and jump right on solving.

  • Striver’s SDE Sheet: (In progress) Track and solve problems provided by takeyouforward.org for enhancing your focus on solving top coding interview problems

  • Git push: Once manually configured, push all your code to any git repository to showcase or backup depending on your need.

  • And more.

Contributing Guidelines

Error reports

About

A CLI application for generating battlespace in seconds for online coding competitions with features like custom template configuration, backup language support, auto input output files generation, etc. But, currently available for Codechef and Codeforces.

License:MIT License


Languages

Language:Python 97.4%Language:Shell 2.6%