It will show info about last 'n' submission of a user on Codeforces.It will tell you the sum of rating , average and number of problems solved by a user on codeforces.
It does not count unrated problems.
- Python3 should be installed on the system
- Requests library should be installed ( "pip install requests" on terminal)
- json library should be installed ( "pip install json" on terminal)
Open the terminal (or command prompt). Type "python {PATH}" (you have to use the Path of run.py file in place of the PATH in the command )and it starts.