You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[](https://pepy.tech/project/pylottie)
Convert .tgs and .lottie to .webp or .gif using pyppeteer.
17
17
18
-
-[Docs](#docs)
19
18
-[Formats](#formats)
19
+
-[Documentation](#documentation)
20
20
-[Install With PIP](#install-with-pip)
21
21
-[Language information](#language-information)
22
22
- [Built for](#built-for)
@@ -28,7 +28,7 @@ Convert .tgs and .lottie to .webp or .gif using pyppeteer.
28
28
-[How to run](#how-to-run)
29
29
- [With VSCode](#with-vscode)
30
30
- [From the Terminal](#from-the-terminal)
31
-
-[Download](#download-1)
31
+
-[Download Project](#download-project)
32
32
- [Clone](#clone)
33
33
- [Using The Command Line](#using-the-command-line)
34
34
- [Using GitHub Desktop](#using-github-desktop)
@@ -39,11 +39,8 @@ Convert .tgs and .lottie to .webp or .gif using pyppeteer.
39
39
- [Code of Conduct](#code-of-conduct)
40
40
- [Contributing](#contributing)
41
41
- [Security](#security)
42
-
43
-
## Docs
44
-
See the [Docs](/DOCS/README.md) for more information.
45
-
46
-
42
+
- [Support](#support)
43
+
- [Rationale](#rationale)
47
44
48
45
49
46
## Formats
@@ -54,15 +51,16 @@ See the [Docs](/DOCS/README.md) for more information.
54
51
|.webp |✔ |
55
52
56
53
57
-
## Install With PIP
54
+
## Documentation
55
+
See the [Docs](/DOCS/) for more information.
58
56
57
+
## Install With PIP
59
58
```python
60
59
pip install pylottie
61
60
```
62
61
63
62
Head to https://pypi.org/project/pylottie/ for more info
64
63
65
-
66
64
## Language information
67
65
### Built for
68
66
This program has been written for Python 3 and has been tested with
@@ -94,8 +92,7 @@ Interpreter > Python 3.9)
94
92
./[file].py
95
93
```
96
94
97
-
98
-
## Download
95
+
## Download Project
99
96
### Clone
100
97
#### Using The Command Line
101
98
1. Press the Clone or download button in the top right
@@ -127,20 +124,38 @@ More information can be found at
127
124
## Community Files
128
125
### Licence
129
126
MIT License
127
+
Copyright (c) FredHappyface
130
128
(See the [LICENSE](/LICENSE.md) for more information.)
131
129
132
130
### Changelog
133
131
See the [Changelog](/CHANGELOG.md) for more information.
134
132
135
133
### 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.
141
139
142
140
### Contributing
143
-
Contributions are welcome, please see the [Contributing Guidelines](https://github.com/FHPythonUtils/.github/blob/master/CONTRIBUTING.md) for more information.
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
0 commit comments