Skip to content

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.

Notifications You must be signed in to change notification settings

dexter808/Codeforces-Problem-Rating-Sum

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Codeforces-Problem-Rating-Sum

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.

Dependencies :

  1. Python3 should be installed on the system
  2. Requests library should be installed ( "pip install requests" on terminal)
  3. json library should be installed ( "pip install json" on terminal)

How to run :

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.

About

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages