update usage

This commit is contained in:
Alexander Popov 2021-07-21 23:40:40 +03:00
parent 3ecc980fb1
commit 527311df59
2 changed files with 4 additions and 3 deletions

View File

@ -1,13 +1,14 @@
## Apple Splash Screen Maker # Apple Splash Screen Maker
![](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) ![](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 ## Usage and Examples
Install package 1. Install package
``` sh ``` sh
pip install assm pip install assm
``` ```
2. Place `logo.png` and run script in this directory
Usage Usage
``` sh ``` sh
python3 -m assm python3 -m assm

View File

@ -7,7 +7,7 @@ module = "assm"
author = "Alexander Popov" author = "Alexander Popov"
author-email = "iiiypuk@iiiypuk.me" author-email = "iiiypuk@iiiypuk.me"
home-page = "https://github.com/emilecok/assm" home-page = "https://github.com/emilecok/assm"
requires = ["Pillow==8.3.1" ] requires = [ "Pillow==8.3.1" ]
description-file = "README.md" description-file = "README.md"
classifiers = [ classifiers = [
"License :: OSI Approved :: MIT License", "License :: OSI Approved :: MIT License",