Metadata-Version: 2.1
Name: kanobu
Version: 0.2.0
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  |
        | 🇨🇳 Chinese    | ❌ none   | 🇵🇹 Portuguese | 🗓 plans  |
        | 🇵🇱 Polish     | 🗓 plans  | 🇮🇹 Italian    | ⚠️ beta   |
        | 🇹🇷 Turkish    | ❌ none   | 🇸🇦 Arabien    | ❌ none   |
        | 🇰🇷 Korean     | ❌ none   | 🇮🇳 Hindi      | ❌ none   |
        | 🇭🇺 Hungarian  | 🗓 plans  | 😀 Emoji      | ⚠️ beta   |
        
        The [ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) code system is used to name the localization files.
        ## 🚀 Start
        To start, run this code:
        ```
        pip install kanobu
        kanobu
        ```
        ### ⚙️ Options
        #### `dev`
        To get developers functions, and logs about variables and other parameters
        #### `lang`
        For set default language. All languages placed in locale folder
        #### `version`
        To get 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`
        ### 📄 [pycjson](https://github.com/avakar/pycson)
        A Coffescript Object Notation (CSON) parser. Help write configs for humans. Based on `CoffeeScript`
        ## 📖 Styles of commits
        ### 🔥 New release
        ```
        🎉 New release
        ```
        ### 🗣 Fixes in locales
        ```
        🇩🇪 Fixed german
        ```
        ### 📄 Fixes in docs
        ```
        📝 Fixed logs, changed title
        ```
        ### 📰 Trello (ru)
        You can subscribe to [trello](https://trello.com/b/o0ozs1XT) to get information about the new functionality
        
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
