myratings

Displays ratings of the user from various competitive programming sites in the terminal !!


Keywords
myratings, competitive, programming, cp, terminal, rating, ratings
License
MIT
Install
pip install myratings==1.2.2

Documentation

myratings

Documentation Status Updates

Displays ratings of the user from various competitive programming sites in the terminal !!

Features

  • Mode 1:
    In this mode user handles and ratings are stored in the disk when user enters them for the first time so that the user need not enter them in the future and also it provides a comparison summary between old and new ratings.It is the default mode.
  • Mode 2:
    If it is not possible to maintain log, users can still view their ratings by simply selecting competitive programming site option number and entering handle.

Installation

Type the following command in the terminal:

pip install myratings

Usage

  • Type "myratings" from the commandline

For the first time users are supposed to enter their respective handles,

Demo1

On subsequent usage output will resemble the following :

Demo2

Configuration

To add or update handle type the following command:

myratings config

To use myratings in a project :

Simply type the following import statement:

import myratings

Credits

This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.