unknowncode


Nameunknowncode JSON
Version 0.2.5 PyPI version JSON
download
home_page
SummarySmall portions of code I use, gathered into one group for ease of access. Like a mod library for a game. Built with poetry
upload_time2023-04-12 14:46:27
maintainer
docs_urlNone
authorUnknownSources
requires_python>=3.10,<4.0
licenseMIT
keywords library quality of life qol
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # UnknownCode Guide/Compendium

## This file is a list of all the information and commands in unknowncode.
Arguments in **Bold** are required arguments.
Arguments in *Italics* are optional arguments

##### custom_response(**response_list**,**cap_sense**,**prompt**)
> response_list is a list of (guess what?) allowed responses, anything you want a user to be able to reply with
Example: `response_list = ["Sure","Yeah!"]`
cap_sense is wether you want it to be Case Sensitive. If True then it will be Case Sensitive.
prompt is any string that you want the user to respond to
Example: `prompt = "Are you ready to code?"`

##### yes_no(**prompt**)
> yes_no() is a preset version of custom_response_input, preset with a list of ["Yes","yes","Y","y"]`.
prompt is any string that you want the user to respond to
Example: `prompt = "Are you ready to code?"`
If the user respondses with anything that is Yes or Y (includng lowercase)



# UnknownCode Changelog 0.2.0 (Last version 0.1.0)

##### Added:
>README.md
CHANGELOG.md
custom_response()
#
# UnknownCode Guide/Compendium
###### (version 0.2.1)
---
Arguments in **Bold** are required arguments.
Arguments in *Italics* are optional arguments

##### custom_response(**response_list**,**cap_sense**,**prompt**)
#
> response_list is a list of (guess what?) allowed responses, anything you want a user to be able to reply with
Example: `response_list = ["Sure","Yeah!"]`
cap_sense is wether you want it to be Case Sensitive. If True then it will be Case Sensitive.
prompt is any string that you want the user to respond to
Example: `prompt = "Are you ready to code?"`

##### yes_no(**prompt**)
#
> yes_no() is a preset version of custom_response_input, preset with a list of ["Yes","yes","Y","y"]`.
prompt is any string that you want the user to respond to
Example: `prompt = "Are you ready to code?"`
If the user respondses with anything that is Yes or Y (includng lowercase)

#
---
#

## UnknownCode Changelog 0.2.1 (Last version 0.2.1)

##### Added:
#
>README.md
CHANGELOG.md
custom_response()
            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "unknowncode",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.10,<4.0",
    "maintainer_email": "",
    "keywords": "library,Quality of Life,QoL",
    "author": "UnknownSources",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/8a/ab/b36d112cdcb8c84ca8cf0d088094184d0e1793f9920a830e3734cc79da49/unknowncode-0.2.5.tar.gz",
    "platform": null,
    "description": "# UnknownCode Guide/Compendium\n\n## This file is a list of all the information and commands in unknowncode.\nArguments in **Bold** are required arguments.\nArguments in *Italics* are optional arguments\n\n##### custom_response(**response_list**,**cap_sense**,**prompt**)\n> response_list is a list of (guess what?) allowed responses, anything you want a user to be able to reply with\nExample: `response_list = [\"Sure\",\"Yeah!\"]`\ncap_sense is wether you want it to be Case Sensitive. If True then it will be Case Sensitive.\nprompt is any string that you want the user to respond to\nExample: `prompt = \"Are you ready to code?\"`\n\n##### yes_no(**prompt**)\n> yes_no() is a preset version of custom_response_input, preset with a list of [\"Yes\",\"yes\",\"Y\",\"y\"]`.\nprompt is any string that you want the user to respond to\nExample: `prompt = \"Are you ready to code?\"`\nIf the user respondses with anything that is Yes or Y (includng lowercase)\n\n\n\n# UnknownCode Changelog 0.2.0 (Last version 0.1.0)\n\n##### Added:\n>README.md\nCHANGELOG.md\ncustom_response()\n#\n# UnknownCode Guide/Compendium\n###### (version 0.2.1)\n---\nArguments in **Bold** are required arguments.\nArguments in *Italics* are optional arguments\n\n##### custom_response(**response_list**,**cap_sense**,**prompt**)\n#\n> response_list is a list of (guess what?) allowed responses, anything you want a user to be able to reply with\nExample: `response_list = [\"Sure\",\"Yeah!\"]`\ncap_sense is wether you want it to be Case Sensitive. If True then it will be Case Sensitive.\nprompt is any string that you want the user to respond to\nExample: `prompt = \"Are you ready to code?\"`\n\n##### yes_no(**prompt**)\n#\n> yes_no() is a preset version of custom_response_input, preset with a list of [\"Yes\",\"yes\",\"Y\",\"y\"]`.\nprompt is any string that you want the user to respond to\nExample: `prompt = \"Are you ready to code?\"`\nIf the user respondses with anything that is Yes or Y (includng lowercase)\n\n#\n---\n#\n\n## UnknownCode Changelog 0.2.1 (Last version 0.2.1)\n\n##### Added:\n#\n>README.md\nCHANGELOG.md\ncustom_response()",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Small portions of code I use, gathered into one group for ease of access. Like a mod library for a game. Built with poetry",
    "version": "0.2.5",
    "split_keywords": [
        "library",
        "quality of life",
        "qol"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5eceaf30e8b931fab049b84beed21ab258644217ea6b41a4ef1e80d8c267cfa1",
                "md5": "49fb8ec242e1de2e87fef15bdf0ae57f",
                "sha256": "9ea7c4b8c43c9295b02861afd2646e80d52201115a6a1fb60edb3d32722f5939"
            },
            "downloads": -1,
            "filename": "unknowncode-0.2.5-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "49fb8ec242e1de2e87fef15bdf0ae57f",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10,<4.0",
            "size": 1889,
            "upload_time": "2023-04-12T14:46:24",
            "upload_time_iso_8601": "2023-04-12T14:46:24.965926Z",
            "url": "https://files.pythonhosted.org/packages/5e/ce/af30e8b931fab049b84beed21ab258644217ea6b41a4ef1e80d8c267cfa1/unknowncode-0.2.5-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8aabb36d112cdcb8c84ca8cf0d088094184d0e1793f9920a830e3734cc79da49",
                "md5": "3e2268dd3bb6fb584f1c6ab11dc091ea",
                "sha256": "4f9641f66441497c4dff963323c232d1ea29998541d1c88206cf44a3915b1336"
            },
            "downloads": -1,
            "filename": "unknowncode-0.2.5.tar.gz",
            "has_sig": false,
            "md5_digest": "3e2268dd3bb6fb584f1c6ab11dc091ea",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10,<4.0",
            "size": 1931,
            "upload_time": "2023-04-12T14:46:27",
            "upload_time_iso_8601": "2023-04-12T14:46:27.159206Z",
            "url": "https://files.pythonhosted.org/packages/8a/ab/b36d112cdcb8c84ca8cf0d088094184d0e1793f9920a830e3734cc79da49/unknowncode-0.2.5.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-04-12 14:46:27",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "lcname": "unknowncode"
}
        
Elapsed time: 0.11645s