- Python 2.7
- mechanize
- BeautifulSoup
These dependencies can be installed via pip
or apt-get
$ pip install mechanize
$ apt-get install python-mechanize
$ pip install BeautifulSoup4
FastSubmit lets you submit your solution to codechef and spoj directly through the terminal. Change the directory to the directory where your code is stored. Then simply run
$ python fastsubmit.py
Username: (Your Username)
Password: (Your Password)
Give your file path along with name and extension: (The complete path to the file along with the extension.)
Problem Code: (The problem code)
- Give your file path along with name and extension:
- If you are located in the same folder as your code is then just type the name of the file along with extension. eg Main.java
- If you are located in say Documents folder then type /home/username/Documents/Main.java
The submission takes place in the following programming languages:
- C
- C++
- Java
- C#
- Python