Metadata-Version: 2.1
Name: kanobu
Version: 0.5.0b1
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
        ## 🗣 Localisation
        | 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    |
        | 🇭🇺 Hungarian     | 🗓 plans  | 😀 Emoji         | ⚠️ beta    |
        
        ## 🚀 Start
        To start, run this code:
        ```
        pip install kanobu
        kanobu
        ```
        ## ⚙️ Options
        | Option    | Information                                                                |
        |-----------|----------------------------------------------------------------------------|
        | `dev`     | To get developers functions, and logs about variables and other parameters |
        | `lang`    | For set default language. All languages placed in locale folder            |
        | `version` | option to display the version                                              |
        | `choise`  | For enter choice without `input()`                                         |
        
        ## 🔨 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
