ovidiugiorgi / optimum-arena

Tool that gets the "optimum" leaderboard for problems from online judge site infoarena.ro.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Optimum Arena

Tool that gets the "optimum" leaderboard for problems from online judge site infoarena.ro.

Usage

Please use virtualenv.

$ cd project
$ virtualenv venv

Activate the virtual environment.

$ source venv/bin/activate 

To deactivate, just type:

$ deactivate 

Install dependencies

$ python3.5 -m pip install -r requirements.txt 

Run

$ python3.5 main.py 

About

Tool that gets the "optimum" leaderboard for problems from online judge site infoarena.ro.

License:GNU General Public License v3.0


Languages

Language:Python 100.0%