Metadata-Version: 1.0
Name: ddcafe
Version: 0.0.1
Summary: play "Daydraem cafe" on the terminal.
Home-page: https://github.com/ikorin24/ddcafe
Author: ikorin24
Author-email: sunshinexxab@yahoo.co.jp
License: MIT License

Copyright (c) 2018 Ikorin24

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

Description: # Daydream Cafe
        
        You can play 'Daydraem cafe' on the terminal.
        
        Daydream cafe is the opening song of [Gochi-usa](http://www.gochiusa.com/), Japanese Anime.
        
        ![result](https://github.com/ikorin24/ddcafe/blob/dev/cap.gif)
        
        # Requirements
        
        - python3.x
        
        # Install
        
        ```
        pip install ddcafe
        ```
        
        # Usage
        
        ```
        ddcafe [options]
        ```
        
        ## Options
        
        - `-h`, `--help`: show help
        - `-v`, `--version`: show version of this app
        - `-s <SPEED>`, `--speed <SPEED>`: ratio of playing speed (range: 0.1 ~ 10.0, default: 1.0)
        - `-d <DATA>`, `--data <DATA>`: movie source json data (default movie is "daydream cafe")
        - `-r`, `--reverse`: reverse pixel color; black to white, white to black
        
        ## How to play sound ?
        
        If you imagine it, you would listen in your head.
        
        # Author
        
        ikorin24([github](https://github.com/ikorin24))
        
Platform: UNKNOWN
