Skip to content

Commit ddcf922

Browse files
authored
Merge pull request #3 from DenverCoder1/added-badges
Added badges
2 parents 96f590d + 258477c commit ddcf922

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# table2ascii
22

3+
[![build](https://img.shields.io/github/workflow/status/DenverCoder1/table2ascii/Python%20application/main)](https://github.com/DenverCoder1/table2ascii/actions/workflows/python-app.yml)
4+
[![version](https://img.shields.io/pypi/v/table2ascii)](https://pypi.org/project/table2ascii/)
5+
[![license](https://img.shields.io/pypi/l/table2ascii)](https://github.com/DenverCoder1/table2ascii/blob/main/LICENSE)
6+
[![Discord](https://img.shields.io/discord/819650821314052106?color=7289DA&logo=discord&logoColor=white "Dev Pro Tips Discussion & Support Server")](https://discord.gg/fPrdqh3Zfu)
7+
38
Module for converting 2D Python lists to a fancy ASCII/Unicode tables
49

510
- [table2ascii](#table2ascii)
@@ -88,4 +93,4 @@ To run tests (pytest)
8893

8994
To lint (flake8):
9095

91-
``python setup.py lint``
96+
``python setup.py lint``

0 commit comments

Comments
 (0)