usherai-alpha


Nameusherai-alpha JSON
Version 0.0.1 PyPI version JSON
download
home_pageNone
SummaryExperimental A.I. Intergration Module, including text to speech
upload_time2024-05-12 05:41:01
maintainerNone
docs_urlNone
authorBertran Usher
requires_pythonNone
licenseNone
keywords python openai ai artificial intelligence
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
# Usherai Summary  

Usherai is an easy-to-use Python module that simplifies OpenAI's artificial intelligence API for Python developers. Our module includes five simple AI-powered Python functions that can easily integrate AI into any of your Python projects (including text to speech). In order to use Usherai, you will need an OpenAI secret key that can be accessed after creating an OpenAI developer account at openai.com. Once you have access to your secret key, simply copy and paste the key into the Usherai class input and you're good to go! Created by Bertran Usher Jr.



Usher Tech is a software development consulting firm based in Las Vegas, Nevada that focuses on small-scale (affordable) software development, data processing, and AI automation integration.



## Overview



Usherai includes 5 functions that can be used to easily integrate A.I. into your Python project. Below are the functions, their descriptions, and sample usage.



### Functions 



**usher.ai.text(prompt, word_count)**



```

usher.ai.text("Place promt here", word_count)



usher.ai.text("Make a funny joke", 50)



- The code above will generate a funny joke in under fifty words.

```

**usher.ai.command(prompt, word_count)**



```

usher.ai.command("prompt", text_data, word_count)



usher.ai.commad("Generate a fun fact about", "New York", "50")



-The code above will geenerate a fun fact about any topic placed into text_data. 

```



**usher.audio**



```

usher.audio.say(text_data)



usher.audio.save(text_data)



usher.audio.say("Hello")



usher.audio.save("Hello")



-The code above will generate an audio reply that says "hello". Audio.save will save the audio.



```

**usher.txt**

```

usher.txt.save(text_data)



usher.txt.save("Hello")



-the code above will save the text as a text (txt) file.



```

**Questions/Issues?**: Email bjusher820@gmail.com

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "usherai-alpha",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "python, openai, ai, artificial intelligence",
    "author": "Bertran Usher",
    "author_email": "<bjusher820@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/75/99/94d7bceaac9adbdc73ed84967f4fe117dafc26e9bb8344d1ef788ea87198/usherai-alpha-0.0.1.tar.gz",
    "platform": null,
    "description": "\r\n# Usherai Summary  \r\n\r\nUsherai is an easy-to-use Python module that simplifies OpenAI's artificial intelligence API for Python developers. Our module includes five simple AI-powered Python functions that can easily integrate AI into any of your Python projects (including text to speech). In order to use Usherai, you will need an OpenAI secret key that can be accessed after creating an OpenAI developer account at openai.com. Once you have access to your secret key, simply copy and paste the key into the Usherai class input and you're good to go! Created by Bertran Usher Jr.\r\n\r\n\r\n\r\nUsher Tech is a software development consulting firm based in Las Vegas, Nevada that focuses on small-scale (affordable) software development, data processing, and AI automation integration.\r\n\r\n\r\n\r\n## Overview\r\n\r\n\r\n\r\nUsherai includes 5 functions that can be used to easily integrate A.I. into your Python project. Below are the functions, their descriptions, and sample usage.\r\n\r\n\r\n\r\n### Functions \r\n\r\n\r\n\r\n**usher.ai.text(prompt, word_count)**\r\n\r\n\r\n\r\n```\r\n\r\nusher.ai.text(\"Place promt here\", word_count)\r\n\r\n\r\n\r\nusher.ai.text(\"Make a funny joke\", 50)\r\n\r\n\r\n\r\n- The code above will generate a funny joke in under fifty words.\r\n\r\n```\r\n\r\n**usher.ai.command(prompt, word_count)**\r\n\r\n\r\n\r\n```\r\n\r\nusher.ai.command(\"prompt\", text_data, word_count)\r\n\r\n\r\n\r\nusher.ai.commad(\"Generate a fun fact about\", \"New York\", \"50\")\r\n\r\n\r\n\r\n-The code above will geenerate a fun fact about any topic placed into text_data. \r\n\r\n```\r\n\r\n\r\n\r\n**usher.audio**\r\n\r\n\r\n\r\n```\r\n\r\nusher.audio.say(text_data)\r\n\r\n\r\n\r\nusher.audio.save(text_data)\r\n\r\n\r\n\r\nusher.audio.say(\"Hello\")\r\n\r\n\r\n\r\nusher.audio.save(\"Hello\")\r\n\r\n\r\n\r\n-The code above will generate an audio reply that says \"hello\". Audio.save will save the audio.\r\n\r\n\r\n\r\n```\r\n\r\n**usher.txt**\r\n\r\n```\r\n\r\nusher.txt.save(text_data)\r\n\r\n\r\n\r\nusher.txt.save(\"Hello\")\r\n\r\n\r\n\r\n-the code above will save the text as a text (txt) file.\r\n\r\n\r\n\r\n```\r\n\r\n**Questions/Issues?**: Email bjusher820@gmail.com\r\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Experimental A.I. Intergration Module, including text to speech",
    "version": "0.0.1",
    "project_urls": null,
    "split_keywords": [
        "python",
        " openai",
        " ai",
        " artificial intelligence"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "87dc98a32609fc4d426933577178f98478172a558a8f9dcea5f32601f90eb112",
                "md5": "3e1f845a3b8cb687ec79b98f62470d8a",
                "sha256": "5cadf168e44042a358cd511c053857748a3154ad23bf67f8e8fd18ce7e862ecb"
            },
            "downloads": -1,
            "filename": "usherai_alpha-0.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "3e1f845a3b8cb687ec79b98f62470d8a",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 3025,
            "upload_time": "2024-05-12T05:40:59",
            "upload_time_iso_8601": "2024-05-12T05:40:59.454041Z",
            "url": "https://files.pythonhosted.org/packages/87/dc/98a32609fc4d426933577178f98478172a558a8f9dcea5f32601f90eb112/usherai_alpha-0.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "759994d7bceaac9adbdc73ed84967f4fe117dafc26e9bb8344d1ef788ea87198",
                "md5": "a612b800052375099107e5be7cc34acc",
                "sha256": "b00e147258b2ccf15bd6b8f4be6e5b4b75280b9acf4c64d5e80afb6aee353219"
            },
            "downloads": -1,
            "filename": "usherai-alpha-0.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "a612b800052375099107e5be7cc34acc",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 3084,
            "upload_time": "2024-05-12T05:41:01",
            "upload_time_iso_8601": "2024-05-12T05:41:01.309899Z",
            "url": "https://files.pythonhosted.org/packages/75/99/94d7bceaac9adbdc73ed84967f4fe117dafc26e9bb8344d1ef788ea87198/usherai-alpha-0.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-05-12 05:41:01",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "usherai-alpha"
}
        
Elapsed time: 0.24757s