iyashu / Submit

Submission from terminal

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Submit

Submit is a simple tool to submit your spoj solution using terminal.It automatically store the username/password after first submission :) .

##Installation To install Submit run the following commands in your terminal :-

$ git clone https://github.com/yashpal1995/Submit.git
$ cd Submit
$ sudo python setup.py install

##Usage To get the complete help about the tool run the following command :-

  • $ Submit --help

##Example You can submit your solution in two ways :-

Try to solve the problem or copy the solution .

  • Rename your solution file with problemcode of above (i.e TEST.cpp) and run :

     `Submit TEST.cpp`
    
  • Save your solution file( /home/name/Desktop/me.cpp) and run :

     `Submit TEST /home/name/Desktop/me.cpp`
    

##Contribute Bugs or Suggestions are always welcome.

##Licence Licenced under the MIT Licence

About

Submission from terminal


Languages

Language:Python 100.0%