2021-07-21 23:40:40 +03:00
|
|
|
# Apple Splash Screen Maker
|
2021-02-25 21:37:08 +03:00
|
|
|
|
|
|
|
![](https://img.shields.io/pypi/v/assm?style=for-the-badge) ![](https://img.shields.io/pypi/l/assm?style=for-the-badge) ![](https://img.shields.io/github/languages/code-size/emilecok/assm?style=for-the-badge)
|
|
|
|
|
|
|
|
## Usage and Examples
|
2021-07-21 23:40:40 +03:00
|
|
|
1. Install package
|
2021-02-25 21:37:08 +03:00
|
|
|
``` sh
|
|
|
|
pip install assm
|
|
|
|
```
|
|
|
|
|
2021-07-21 23:40:40 +03:00
|
|
|
2. Place `logo.png` and run script in this directory
|
2021-02-25 21:37:08 +03:00
|
|
|
Usage
|
|
|
|
``` sh
|
|
|
|
python3 -m assm
|
|
|
|
```
|