TwoSenses


NameTwoSenses JSON
Version 0.0.2 PyPI version JSON
download
home_pagehttps://github.com/gautamdis/Senses_2
SummaryA simple python library to wish, listen and speak
upload_time2023-09-16 18:03:15
maintainer
docs_urlNone
authorGautam Yadav
requires_python>=3.6
license
keywords twosenses twosenses speaking listening wishing python python3 jarvis siri alexa google assistant voice voice assistant voice recognition speech recognition text to speech speech to text gautam yadav gautam yadav gautamdiscoder
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Senses_2
Senses_2 is a python library which can give your python program the ability to speak and listen.
Senses_2 can also be used to greet the user.

## How to install this project
1. Open your terminal 
2. Type `pip install Senses_2` and hit enter

## How to use this project
   Use `.wish()` to wish good morning, good afternoon or good evening
   
   Use `.speak()` to speak
   
   Use `.listen()` to listen
   
## Example
```
import Senses_2
Senses_2.wish()
```

```
import Senses_2
Senses_2.speak()
```

```
import Senses_2
Senses_2.listen()
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/gautamdis/Senses_2",
    "name": "TwoSenses",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": "",
    "keywords": "TwoSenses,TwoSenses,speaking,listening,wishing,python,python3,jarvis,siri,alexa,google assistant,voice,voice assistant,voice recognition,speech recognition,text to speech,speech to text,Gautam Yadav,Gautam,Yadav,gautamdiscoder",
    "author": "Gautam Yadav",
    "author_email": "gautamdiscoder@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/2a/ff/d7ae97b9c110ae7e1e28670b0ae9bb46834918005b82f4d3b44c32156e86/TwoSenses-0.0.2.tar.gz",
    "platform": null,
    "description": "# Senses_2\r\nSenses_2 is a python library which can give your python program the ability to speak and listen.\r\nSenses_2 can also be used to greet the user.\r\n\r\n## How to install this project\r\n1. Open your terminal \r\n2. Type `pip install Senses_2` and hit enter\r\n\r\n## How to use this project\r\n   Use `.wish()` to wish good morning, good afternoon or good evening\r\n   \r\n   Use `.speak()` to speak\r\n   \r\n   Use `.listen()` to listen\r\n   \r\n## Example\r\n```\r\nimport Senses_2\r\nSenses_2.wish()\r\n```\r\n\r\n```\r\nimport Senses_2\r\nSenses_2.speak()\r\n```\r\n\r\n```\r\nimport Senses_2\r\nSenses_2.listen()\r\n```\r\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "A simple python library to wish, listen and speak",
    "version": "0.0.2",
    "project_urls": {
        "Homepage": "https://github.com/gautamdis/Senses_2"
    },
    "split_keywords": [
        "twosenses",
        "twosenses",
        "speaking",
        "listening",
        "wishing",
        "python",
        "python3",
        "jarvis",
        "siri",
        "alexa",
        "google assistant",
        "voice",
        "voice assistant",
        "voice recognition",
        "speech recognition",
        "text to speech",
        "speech to text",
        "gautam yadav",
        "gautam",
        "yadav",
        "gautamdiscoder"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "78bdad36d8326cea97ff2d06591365e704b7dbd9cf2ec09ef02ee98fd0e3ec7e",
                "md5": "d5008e03b2a8e5ec11e11fcebb9b1ea7",
                "sha256": "561230b4bf82684984610d1c5ee29a4ab712cbbc21541d82c9ca3a2e2bc85af7"
            },
            "downloads": -1,
            "filename": "TwoSenses-0.0.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "d5008e03b2a8e5ec11e11fcebb9b1ea7",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 2461,
            "upload_time": "2023-09-16T18:03:11",
            "upload_time_iso_8601": "2023-09-16T18:03:11.595200Z",
            "url": "https://files.pythonhosted.org/packages/78/bd/ad36d8326cea97ff2d06591365e704b7dbd9cf2ec09ef02ee98fd0e3ec7e/TwoSenses-0.0.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2affd7ae97b9c110ae7e1e28670b0ae9bb46834918005b82f4d3b44c32156e86",
                "md5": "4f8f6fb8c19942fefbc53963c781f6b6",
                "sha256": "a70342c89609dc8d53b3dcc006102d6276c57542ba4676457f4e75b2c917f04d"
            },
            "downloads": -1,
            "filename": "TwoSenses-0.0.2.tar.gz",
            "has_sig": false,
            "md5_digest": "4f8f6fb8c19942fefbc53963c781f6b6",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 2623,
            "upload_time": "2023-09-16T18:03:15",
            "upload_time_iso_8601": "2023-09-16T18:03:15.412355Z",
            "url": "https://files.pythonhosted.org/packages/2a/ff/d7ae97b9c110ae7e1e28670b0ae9bb46834918005b82f4d3b44c32156e86/TwoSenses-0.0.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-09-16 18:03:15",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "gautamdis",
    "github_project": "Senses_2",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "twosenses"
}
        
Elapsed time: 0.15310s