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/sigstickers)
@@ -29,7 +29,7 @@ Download sticker packs from Signal
29
29
-[How to run](#how-to-run)
30
30
- [With VSCode](#with-vscode)
31
31
- [From the Terminal](#from-the-terminal)
32
-
-[Download](#download-1)
32
+
-[Download Project](#download-project)
33
33
- [Clone](#clone)
34
34
- [Using The Command Line](#using-the-command-line)
35
35
- [Using GitHub Desktop](#using-github-desktop)
@@ -40,9 +40,8 @@ Download sticker packs from Signal
40
40
- [Code of Conduct](#code-of-conduct)
41
41
- [Contributing](#contributing)
42
42
- [Security](#security)
43
-
44
-
## Docs
45
-
See the [Docs](/DOCS/README.md) for more information.
43
+
- [Support](#support)
44
+
- [Rationale](#rationale)
46
45
47
46
48
47
## Using
@@ -66,15 +65,17 @@ See the [Docs](/DOCS/README.md) for more information.
66
65
$ Some images saved as gif do not render as expected
67
66
```
68
67
69
-
## Install With PIP
70
68
69
+
## Documentation
70
+
See the [Docs](/DOCS/) for more information.
71
+
72
+
## Install With PIP
71
73
```python
72
74
pip install sigstickers
73
75
```
74
76
75
77
Head to https://pypi.org/project/sigstickers/ for more info
76
78
77
-
78
79
## Language information
79
80
### Built for
80
81
This program has been written for Python 3 and has been tested with
@@ -106,8 +107,7 @@ Interpreter > Python 3.9)
106
107
./[file].py
107
108
```
108
109
109
-
110
-
## Download
110
+
## Download Project
111
111
### Clone
112
112
#### Using The Command Line
113
113
1. Press the Clone or download button in the top right
@@ -139,20 +139,38 @@ More information can be found at
139
139
## Community Files
140
140
### Licence
141
141
MIT License
142
+
Copyright (c) FredHappyface
142
143
(See the [LICENSE](/LICENSE.md) for more information.)
143
144
144
145
### Changelog
145
146
See the [Changelog](/CHANGELOG.md) for more information.
146
147
147
148
### Code of Conduct
148
-
In the interest of fostering an open and welcoming environment, we
149
-
as contributors and maintainers pledge to make participation in our
150
-
project and our community a harassment-free experience for everyone.
151
-
Please see the
152
-
[Code of Conduct](https://github.com/FHPythonUtils/.github/blob/master/CODE_OF_CONDUCT.md) for more information.
149
+
Online communities include people from many backgrounds. The *Project*
150
+
contributors are committed to providing a friendly, safe and welcoming
151
+
environment for all. Please see the
152
+
[Code of Conduct](https://github.com/FHPythonUtils/.github/blob/master/CODE_OF_CONDUCT.md)
153
+
for more information.
153
154
154
155
### Contributing
155
-
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.
161
+
Thank you for improving the security of the project, please see the
0 commit comments