Metadata-Version: 2.1
Name: cft
Version: 1.0.17
Summary: codeforces command line tool
Home-page: UNKNOWN
Author: granddaifuku
Author-email: grandnadaifuku@gmail.com
License: MIT
Platform: any
Description-Content-Type: text/markdown

# Command Line Tool for Codeforces

## Description
[Codeforces](https://codeforces.com) command line tools based on [online-judge-tools]()  
* Automatically create contest directory
* Test your code using sample cases
* Submit your code
<br>

## Requirements
python (version3)  
online-judge-tools

## How To Install
```bash
$ pip3 install cft
```

## How To Use
```bash
$ cft n (contest id) # create contest directory
$ cft t              # test your code using sample cases
$ cft s (contest id) # submit your code
$ cft h              # show help
```


