Skip to content

Commit adeee83

Browse files
committed
Update README.md
1 parent 5dee7c3 commit adeee83

File tree

1 file changed

+36
-21
lines changed

1 file changed

+36
-21
lines changed

README.md

Lines changed: 36 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
[![GitHub top language](https://img.shields.io/github/languages/top/FHPythonUtils/PyLottie.svg?style=for-the-badge)](../../)
2-
[![Codacy grade](https://img.shields.io/codacy/grade/[projid].svg?style=for-the-badge)](https://www.codacy.com/gh/FHPythonUtils/PyLottie)
32
[![Repository size](https://img.shields.io/github/repo-size/FHPythonUtils/PyLottie.svg?style=for-the-badge)](../../)
43
[![Issues](https://img.shields.io/github/issues/FHPythonUtils/PyLottie.svg?style=for-the-badge)](../../issues)
54
[![License](https://img.shields.io/github/license/FHPythonUtils/PyLottie.svg?style=for-the-badge)](/LICENSE.md)
65
[![Commit activity](https://img.shields.io/github/commit-activity/m/FHPythonUtils/PyLottie.svg?style=for-the-badge)](../../commits/master)
76
[![Last commit](https://img.shields.io/github/last-commit/FHPythonUtils/PyLottie.svg?style=for-the-badge)](../../commits/master)
8-
[![PyPI Downloads](https://img.shields.io/pypi/dm/pylottie.svg?style=for-the-badge)](https://pypi.org/project/pylottie/)
9-
[![PyPI Version](https://img.shields.io/pypi/v/pylottie.svg?style=for-the-badge)](https://pypi.org/project/pylottie/)
7+
[![PyPI Downloads](https://img.shields.io/pypi/dm/pylottie.svg?style=for-the-badge)](https://pypistats.org/packages/pylottie)
8+
[![PyPI Total Downloads](https://img.shields.io/badge/dynamic/json?style=for-the-badge&label=total%20downloads&query=%24.total_downloads&url=https%3A%2F%2Fapi.pepy.tech%2Fapi%2Fprojects%2Fpylottie)](https://pepy.tech/project/pylottie)
9+
[![PyPI Version](https://img.shields.io/pypi/v/pylottie.svg?style=for-the-badge)](https://pypi.org/project/pylottie)
1010

1111
<!-- omit in TOC -->
1212
# PyLottie
@@ -15,8 +15,8 @@
1515

1616
Convert .tgs and .lottie to .webp or .gif using pyppeteer.
1717

18-
- [Docs](#docs)
1918
- [Formats](#formats)
19+
- [Documentation](#documentation)
2020
- [Install With PIP](#install-with-pip)
2121
- [Language information](#language-information)
2222
- [Built for](#built-for)
@@ -28,7 +28,7 @@ Convert .tgs and .lottie to .webp or .gif using pyppeteer.
2828
- [How to run](#how-to-run)
2929
- [With VSCode](#with-vscode)
3030
- [From the Terminal](#from-the-terminal)
31-
- [Download](#download-1)
31+
- [Download Project](#download-project)
3232
- [Clone](#clone)
3333
- [Using The Command Line](#using-the-command-line)
3434
- [Using GitHub Desktop](#using-github-desktop)
@@ -39,11 +39,8 @@ Convert .tgs and .lottie to .webp or .gif using pyppeteer.
3939
- [Code of Conduct](#code-of-conduct)
4040
- [Contributing](#contributing)
4141
- [Security](#security)
42-
43-
## Docs
44-
See the [Docs](/DOCS/README.md) for more information.
45-
46-
42+
- [Support](#support)
43+
- [Rationale](#rationale)
4744

4845

4946
## Formats
@@ -54,15 +51,16 @@ See the [Docs](/DOCS/README.md) for more information.
5451
|.webp ||
5552

5653

57-
## Install With PIP
54+
## Documentation
55+
See the [Docs](/DOCS/) for more information.
5856

57+
## Install With PIP
5958
```python
6059
pip install pylottie
6160
```
6261

6362
Head to https://pypi.org/project/pylottie/ for more info
6463

65-
6664
## Language information
6765
### Built for
6866
This program has been written for Python 3 and has been tested with
@@ -94,8 +92,7 @@ Interpreter > Python 3.9)
9492
./[file].py
9593
```
9694

97-
98-
## Download
95+
## Download Project
9996
### Clone
10097
#### Using The Command Line
10198
1. Press the Clone or download button in the top right
@@ -127,20 +124,38 @@ More information can be found at
127124
## Community Files
128125
### Licence
129126
MIT License
127+
Copyright (c) FredHappyface
130128
(See the [LICENSE](/LICENSE.md) for more information.)
131129

132130
### Changelog
133131
See the [Changelog](/CHANGELOG.md) for more information.
134132

135133
### Code of Conduct
136-
In the interest of fostering an open and welcoming environment, we
137-
as contributors and maintainers pledge to make participation in our
138-
project and our community a harassment-free experience for everyone.
139-
Please see the
140-
[Code of Conduct](https://github.com/FHPythonUtils/.github/blob/master/CODE_OF_CONDUCT.md) for more information.
134+
Online communities include people from many backgrounds. The *Project*
135+
contributors are committed to providing a friendly, safe and welcoming
136+
environment for all. Please see the
137+
[Code of Conduct](https://github.com/FHPythonUtils/.github/blob/master/CODE_OF_CONDUCT.md)
138+
for more information.
141139

142140
### Contributing
143-
Contributions are welcome, please see the [Contributing Guidelines](https://github.com/FHPythonUtils/.github/blob/master/CONTRIBUTING.md) for more information.
141+
Contributions are welcome, please see the
142+
[Contributing Guidelines](https://github.com/FHPythonUtils/.github/blob/master/CONTRIBUTING.md)
143+
for more information.
144144

145145
### Security
146-
Thank you for improving the security of the project, please see the [Security Policy](https://github.com/FHPythonUtils/.github/blob/master/SECURITY.md) for more information.
146+
Thank you for improving the security of the project, please see the
147+
[Security Policy](https://github.com/FHPythonUtils/.github/blob/master/SECURITY.md)
148+
for more information.
149+
150+
### Support
151+
Thank you for using this project, I hope it is of use to you. Please be aware that
152+
those involved with the project often do so for fun along with other commitments
153+
(such as work, family, etc). Please see the
154+
[Support Policy](https://github.com/FHPythonUtils/.github/blob/master/SUPPORT.md)
155+
for more information.
156+
157+
### Rationale
158+
The rationale acts as a guide to various processes regarding projects such as
159+
the versioning scheme and the programming styles used. Please see the
160+
[Rationale](https://github.com/FHPythonUtils/.github/blob/master/RATIONALE.md)
161+
for more information.

0 commit comments

Comments
 (0)