Skip to content

Latest commit

 

History

History
73 lines (47 loc) · 1.36 KB

README.rst

File metadata and controls

73 lines (47 loc) · 1.36 KB

optimoida

forthebadge

📄 Overview

The optimoida is a command line application to optimize image file (jpg, png only) by TinyPNG

DEMO

|DEMO|

⌛️ Prepare to use optimoida

1. Get TinyPNG API Key

You have to get TinyPNG API Key at here.

2. Write optimoida.ini

Please write API Key you got to optimoida.ini. And move optimoida.ini to ~/.optimoida.ini

$ mv optimoida.ini ~/.optimoida.ini

✏️ Usage

optimoida [PATH [PATH ...]]

argument

  • PATH - The image file or directory path. allowed multiple argument.

📥 Installation

$ pip install optimida

or

$ git clone git@github.com:alice1017/optimoida.git
$ cd optimoida
$ python setup.py build install

👀 Contribution

  1. Forks on Github
  2. Find a bug? Send a pull request to get it merged and published.