From 14ebe0a410c4d8c045e015354e219164244fbf49 Mon Sep 17 00:00:00 2001 From: Kilian Lieret Date: Mon, 26 Sep 2022 17:29:11 -0400 Subject: [PATCH] Use HTML for a prettier readme format --- README.md | 41 +++++++++++++++++++++++------------------ 1 file changed, 23 insertions(+), 18 deletions(-) diff --git a/README.md b/README.md index 2d3c74c..36ae558 100644 --- a/README.md +++ b/README.md @@ -1,24 +1,29 @@ -# Analyze and manipulate your Anki collection using pandas! 📇📈🐼 - - -[![All Contributors](https://img.shields.io/badge/all_contributors-9-orange.svg?style=flat-square)](#contributors-) - -[![pre-commit.ci status](https://results.pre-commit.ci/badge/github/klieret/AnkiPandas/master.svg)](https://results.pre-commit.ci/latest/github/klieret/AnkiPandas/master) -[![gh actions](https://github.com/klieret/AnkiPandas/workflows/testing/badge.svg)](https://github.com/klieret/AnkiPandas/actions) -[![Coveralls](https://coveralls.io/repos/github/klieret/AnkiPandas/badge.svg?branch=master)](https://coveralls.io/github/klieret/AnkiPandas?branch=master) -[![Documentation Status](https://readthedocs.org/projects/ankipandas/badge/?version=latest)](https://ankipandas.readthedocs.io/) -[![Language grade: Python](https://img.shields.io/lgtm/grade/python/g/klieret/AnkiPandas.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/klieret/AnkiPandas/context:python) -[![gitmoji](https://img.shields.io/badge/gitmoji-%20😜%20😍-FFDD67.svg)](https://gitmoji.dev) -[![Black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/python/black) -[![Pypi status](https://badge.fury.io/py/ankipandas.svg)](https://pypi.org/project/ankipandas/) -[![Gitter](https://img.shields.io/gitter/room/ankipandas/community.svg)](https://gitter.im/ankipandas/community) -[![License](https://img.shields.io/github/license/klieret/ankipandas.svg)](https://github.com/klieret/ankipandas/blob/master/LICENSE.txt) -[![PR welcome](https://img.shields.io/badge/PR-Welcome-%23FF8300.svg)](https://git-scm.com/book/en/v2/GitHub-Contributing-to-a-Project) +
+ + +

+Analyze and manipulate your Anki collection using pandas! +

+ +

+Documentation Status +Gitter +License +PR welcome

+

+

+pre-commit.ci status +gh actions +Coveralls +Language grade: Python +gitmoji +Black +Pypi status +

+
## 📝 Description -![image](https://raw.githubusercontent.com/klieret/AnkiPandas/master/misc/logo/logo_github.png) - [Anki](https://apps.ankiweb.net/) is one of the most popular flashcard system for spaced repetition learning, [pandas](https://pandas.pydata.org/) is the most popular python package