All Projects → vidhan13j07 → Spoj-CLI

vidhan13j07 / Spoj-CLI

Licence: other
A command line tool to read the problems and submit solutions directly through terminal.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Spoj-CLI

icie
Competitive programming IDE-as-a-VS-Code-plugin
Stars: ✭ 81 (+440%)
Mutual labels:  spoj
Competitive Coding
Contains Solution for all type of Problems of Competitive Programming. Updates Frequently as any problem is solved.
Stars: ✭ 16 (+6.67%)
Mutual labels:  spoj
solutions
Solutions to online programming problems
Stars: ✭ 36 (+140%)
Mutual labels:  spoj
playground
A place to play programming
Stars: ✭ 21 (+40%)
Mutual labels:  spoj
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:  spoj
psolving-paradigms
Common problems of dynamic programming methods and techniques, including prerequisites, for competitive programmers.
Stars: ✭ 34 (+126.67%)
Mutual labels:  spoj
problem-solving
No description or website provided.
Stars: ✭ 56 (+273.33%)
Mutual labels:  spoj
algovault
Algorithms and templates for competitive programming
Stars: ✭ 67 (+346.67%)
Mutual labels:  spoj
vjudge-to-oj
Import your vJudge solutions to actual online judges. Currently supports UVa, CodeForces, SPOJ, and CodeForces GYM.
Stars: ✭ 43 (+186.67%)
Mutual labels:  spoj
Competitive Programming Score API
API to get user details for competitive coding platforms - Codeforces, Codechef, SPOJ, Interviewbit
Stars: ✭ 118 (+686.67%)
Mutual labels:  spoj
CPP-Practice
Learn and practice C++ in PTIT
Stars: ✭ 15 (+0%)
Mutual labels:  spoj
Code
Macesuted's Code Repository.
Stars: ✭ 20 (+33.33%)
Mutual labels:  spoj
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 (+120%)
Mutual labels:  spoj

#Spoj-CLI Build Status PyPI License

A command line tool to search,view and submit solutions to the problems directly through terminal.

#Features

  • Various categories of problems like classical, challenge, partial, tutorial, riddle, basics and problem by tags.
  • Problems sorted by ID, Name, Quality, Users, Accuracy, Concept and Implementation Difficulty.
  • Open problem in the browser or display problem-body in terminal.
  • Submit solution.
  • Show the AC problems and todo problems of the user.
  • Download all AC solutions by the user.
  • Show all the problems submitted by some other user.

Installation

Using Pip

For Python 2.7

$ sudo pip install spoj-cli

For Python 3.4

$ sudo pip3 install spoj-cli

##OR

$ git clone https://github.com/vidhan13j07/Spoj-CLI.git && cd spoj-cli-0.1
$ sudo python setup.py install

#Upgrading the Spoj-CLI using Pip

If you want to upgrade to the latest version of the spoj-cli, you can run:

For Python 2.7

$ sudo pip install --upgrade spoj-cli

For Python 3.4

$ sudo pip3 install --upgrade spoj-cli

##Usage

$ spoj-cli

#Screenshots ScreenShot

ScreenShot

ScreenShot

ScreenShot

ScreenShot

ScreenShot

ScreenShot

ScreenShot

#Contributing

  1. Fork it
  2. Create your branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -m 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Send a pull request
  6. Enjoy :D

#Requirements

  1. BeautifulSoup

##The MIT License (MIT)

Copyright (c) 2015 Vidhan Jain

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

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].