Metadata-Version: 2.1
Name: kanobu
Version: 0.5.0b4
Summary: Free implementation of the game "stone, scissors, paper"
Home-page: https://github.com/jDan735/kanobu
Author: Daniel Zakharov
Author-email: daniel734@bk.ru
License: MIT
Description: # 🗿✂️📄 Kanobu
        
        Simple game for your family)
        
        ## 🚀 Start
        To start, run this code:
        ```
        pip install kanobu
        kanobu
        ```
        or you can start code without install:
        ```
        python __main__.py
        ```
        
        ## ⚙️ Options
        ### `--lang`
        For set default language. All languages placed in locale folder
        ### `--sqlite`
        For save to sqlite db
        ### `--version`
        Display kanobu version
        
        ## 🗣 Localization
        | Language         | Status    | Language        | Status    |
        |------------------|-----------|-----------------|-----------|
        | 🇷🇺 Russian       | 👍 stable | 🇩🇪 German        | ⚠️ beta    |
        | 🇺🇦 Ukrainian     | 👍 stable | 🇬🇧 English       | 👍 stable  |
        | 🇫🇷 French        | ⚠️ beta   | 🇪🇸 Spanish       | 🗓 plans   |
        | 🇵🇹 Portuguese    | 🗓 plans  | 🇺🇸 English (USA) | ⚠️ beta    |
        | 🇵🇱 Polish        | 🗓 plans  | 🇮🇹 Italian       | ⚠️ beta    |
        | 🇮🇷 Farsi         | ⚠️ beta  | 😀 Emoji         | ⚠️ beta    |
        
        ## 🔨 Dependencies
        ### 🖌 [colorama](https://github.com/tartley/colorama)
        Simple cross-platform colored terminal text in Python. Support `cmd`, `bash`
        ### 📄 [pyyaml](https://github.com/yaml/pyyaml)
        The next generation YAML parser and emitter for Python.
        
Keywords: kanobu game
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: License :: OSI Approved :: MIT License
Requires-Python: >=3
Description-Content-Type: text/markdown
