Skip to content

Commit 9de27b3

Browse files
committed
chore: Update readme
1 parent 5828803 commit 9de27b3

File tree

1 file changed

+26
-12
lines changed

1 file changed

+26
-12
lines changed

README.md

Lines changed: 26 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,27 @@
1-
# python-codeforces
21

3-
[![Documentation Status](https://readthedocs.org/projects/python-codeforces/badge/?version=latest)](https://python-codeforces.readthedocs.io/en/latest/?badge=latest)
4-
[![Build Status](https://travis-ci.com/Mukundan314/python-codeforces.svg?branch=master)](https://travis-ci.com/Mukundan314/python-codeforces)
5-
[![Supported Python
6-
versions](https://img.shields.io/pypi/pyversions/python-codeforces.svg)](https://pypi.org/project/tox/)
2+
<h1 align="center"> python-codeforces</h1>
73

8-
Codeforces API wrapper for python
4+
<div align="center">
5+
<strong>Codeforces API wrapper for python</strong>
6+
</div>
97

10-
## Installation
8+
<br />
9+
10+
<div align="center">
11+
<a href="https://python-codeforces.readthedocs.io/en/latest/?badge=latest">
12+
<img alt="Documentation Status" src="https://readthedocs.org/projects/python-codeforces/badge/?version=latest" />
13+
</a>
14+
<a href="https://travis-ci.com/Mukundan314/python-codeforces">
15+
<img alt="Build Status" src="https://travis-ci.com/Mukundan314/python-codeforces.svg?branch=master" />
16+
</a>
17+
<a href="https://pypi.org/project/python-codeforces/">
18+
<img alt="Supported Python versions" src="https://img.shields.io/pypi/pyversions/python-codeforces.svg" />
19+
</a>
20+
</div>
21+
22+
---
23+
24+
### Installation
1125

1226
#### Using `pip`
1327

@@ -31,7 +45,7 @@ cd python-codeforces
3145
pip install -e .
3246
```
3347

34-
## Using `cf-run`
48+
### Using `cf-run`
3549

3650
```shell
3751
cf-run [contestId] [index] [program]
@@ -46,7 +60,7 @@ A. Roman and Browser
4660
time limit per test: 1 second
4761
memory limit per test: 256 megabytes
4862
49-
--------------------------------------------------------------------------------
63+
--------------------------------------------------------------------------------
5064
5165
Time: 16 ms
5266
@@ -60,7 +74,7 @@ Participant's output
6074
Jury's answer
6175
2
6276
63-
--------------------------------------------------------------------------------
77+
--------------------------------------------------------------------------------
6478
6579
Time: 19 ms
6680
@@ -75,10 +89,10 @@ Jury's answer
7589
9
7690
```
7791

78-
## Documentation
92+
### Documentation
7993

8094
Documentation can be found at https://python-codeforces.readthedocs.io/en/latest/
8195

82-
## License
96+
### License
8397

8498
See [LICENSE](LICENSE).

0 commit comments

Comments
 (0)