Skip to content

Commit

Permalink
Add logo to README.md
Browse files Browse the repository at this point in the history
Also update tagline, in order to make the logo shine a bit more
  • Loading branch information
LuRsT committed Jun 20, 2019
1 parent 74436ac commit 1f73b4c
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 18 deletions.
39 changes: 21 additions & 18 deletions README.md
@@ -1,21 +1,24 @@
Dragn
=====

[![PyPI version](https://img.shields.io/pypi/v/dragn.svg)](https://pypi.org/project/dragn/)
[![Supported Python versions](https://img.shields.io/pypi/pyversions/dragn.svg)](https://pypi.org/project/dragn/)
[![Build Status](https://travis-ci.org/LuRsT/dragn.svg?branch=master)](https://travis-ci.org/LuRsT/dragn)
[![codecov](https://codecov.io/gh/LuRsT/dragn/branch/master/graph/badge.svg)](https://codecov.io/gh/LuRsT/dragn)
[![License](https://img.shields.io/github/license/LuRsT/dragn.svg)](LICENSE)
[![Downloads](https://pepy.tech/badge/dragn)](https://pepy.tech/project/dragn)
[![Code style: Black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/ambv/black)


Dice system library (aka `random.randint` as dice).

A library that makes something simple like a random integer even simpler.

Or at least, makes it look a bit more like rolling dice.

<p align="center">
<img src="https://raw.githubusercontent.com/lurst/dragn/master/dragn_logo.png" alt="Dragn Logo">
</p>

<p align="center">
<a href="https://pypi.org/project/dragn/"><img alt="Supported Python versions" src="https://img.shields.io/pypi/pyversions/dragn.svg"></a>
<a href="https://pypi.org/project/dragn/"><img alt="PyPI version" src="https://img.shields.io/pypi/v/dragn.svg"></a>
<a href="https://travis-ci.org/LuRsT/dragn"><img alt="Build Status" src="https://travis-ci.org/LuRsT/dragn.svg?branch=master"></a>
<a href="https://codecov.io/gh/LuRsT/dragn"><img alt="Codecoverage" src="https://codecov.io/gh/LuRsT/dragn/branch/master/graph/badge.svg"></a>
<a href="https://opensource.org/licenses/MIT"><img alt="Licence" src="https://img.shields.io/github/license/LuRsT/dragn.svg"></a>
<a href="https://github.com/ambv/black"><img alt="Code style: Black" src="https://img.shields.io/badge/code%20style-black-000000.svg"></a>
<a href="https://pepy.tech/badge/dragn"><img alt="Downloads" src="https://pepy.tech/project/dragn"></a>
</p>

___

<p align="center">
<em>Roll dice in your python programs</em>
</p>

___

### Why?

Expand Down
Binary file added dragn_logo.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 1f73b4c

Please sign in to comment.