{ "info": { "author": "OSD999", "author_email": "osdev99@gmail.com", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 3.7" ], "description": "# Tuesday\n\nYou can easily automize and control most of the functions of system by your voice.\nBy using this package u can easily build jarvis like programme, irrespective of your knowledge of coding.\nEasy voice commands to work with.\n\n\n## Requirements\nYou have to follow the steps given below before installing package:\n## 1: Install Microsoft Redistributable\n[MicrosoftRedistributable](https://support.microsoft.com/en-us/help/2977003/the-latest-supported-visual-c-downloads) select version according to your system.\n## 2: Install visual studio build tools c++ 2015 or above\n[visual studio build tools c++ 2015](https://www.microsoft.com/en-in/download/details.aspx?id=48159) and should have windows 10\n## 3: Download geckodriver version according to your system\n[geckodriver](https://github.com/mozilla/geckodriver/releases).\nPaste and extract file in your python folder or PATH.\n## 4: Download chromedriver version according to your system\n[chromedriver](https://chromedriver.chromium.org/downloads).\nPaste and extract file in your python folder or PATH.\n## 5: Download wheel version according to your python version\n[wheel](https://www.lfd.uci.edu/~gohlke/pythonlibs/).\nPaste this wheel file in your project folder.\n## 6: Allow access to less secured apps\n[lesssecureapps](https://myaccount.google.com/lesssecureapps).\nAllow it.\n\n## Installation\n\nUse the package manager [pip](https://pip.pypa.io/en/stable/) to install tuesday.\n```python\n# step 1: Python should be istalled in \"C:\\Folder\" location\n#step 2: Python interpreter should be installed in \"C:\\new folder\" location \n#step 3: Project should be located in \"C:\\name of project\" location\n# step 4: Paste the downloaded file in your project folder and in python interpretor use \"pip install nameofthewheelfile\"\n```\n\n## Speak\n\n```python\nfrom tuesday import speech\n\nspeech.speak(\"hello\") #speak function\n```\n## Voice Search\n\n```python\nfrom tuesday import search\nsearch.google()\n```\nInteractive voice programme\n\n## Send a email through gmail\n\nyou can send a mail using your voice\n```python\nfrom tuesday import sendmail\nsendmail.send()\n```\nFrom next update mail can be sent by other email platforms also,\nBut now it is limited to GMAIL only.\n\n## Jarvis structure\n```python\nif __name__=='__main__':\n speech.speak(\"hello my name is tuesday\")\n speech.intro()\n\n while True:\n\n comm=speech.takecommand().lower()\n if \"open a website\" in comm:\n websites.Open(\".com\") #use capital 'Open'\n elif \"google\" in comm:\n search.google()\n elif \"play youtube\" in comm:\n search.youtubeplay()\n elif \"search youtube\" in comm:\n search.youtubesearch()\n elif \"open facebook by mail\" in comm:\n social.facebookemail()\n elif \"open gmail\" in comm:\n social.gmail()\n elif \"send a mail\" in comm:\n sendmail.send() \n elif \"tuesday stop\" in comm:\n sys.exit() \n```\nMore commands are available try to explore them.\nNext update will include many more commands.\nThank you. \n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/om9999/Tuesday", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "tuesday", "package_url": "https://pypi.org/project/tuesday/", "platform": "", "project_url": "https://pypi.org/project/tuesday/", "project_urls": { "Homepage": "https://github.com/om9999/Tuesday" }, "release_url": "https://pypi.org/project/tuesday/3.0.0/", "requires_dist": [ "selenium", "wikipedia", "pyttsx3", "speechRecognition", "requests", "PyAudio", "geocoder" ], "requires_python": ">=3", "summary": "A python package for automation", "version": "3.0.0" }, "last_serial": 5726125, "releases": { "3.0.0": [ { "comment_text": "", "digests": { "md5": "f5b378f68d9560cfefe9d5e22198651e", "sha256": "8bb6ec09ca4579b414a1fde80e166debc5fced6df19f90ea3e99be3d3f7b6dfd" }, "downloads": -1, "filename": "tuesday-3.0.0-py3-none-any.whl", "has_sig": false, "md5_digest": "f5b378f68d9560cfefe9d5e22198651e", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3", "size": 10721, "upload_time": "2019-08-25T05:36:36", "url": "https://files.pythonhosted.org/packages/cf/82/a66857a30e5919f258b9b0c6f2c4d2a0e7ea7215d0d9a777e6080d0777b5/tuesday-3.0.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "7754f0df49e8e03fab72a81797b1162f", "sha256": "3d95b29ed819bfb0cbd3b65696cb255f1077b5b6d8922f40f88409130a56671a" }, "downloads": -1, "filename": "tuesday-3.0.0.tar.gz", "has_sig": false, "md5_digest": "7754f0df49e8e03fab72a81797b1162f", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3", "size": 8670, "upload_time": "2019-08-25T05:36:38", "url": "https://files.pythonhosted.org/packages/32/7f/5e43d4db4d83d0f55739300c8ef1271f861a532ccb9293a29e275bc164cb/tuesday-3.0.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "f5b378f68d9560cfefe9d5e22198651e", "sha256": "8bb6ec09ca4579b414a1fde80e166debc5fced6df19f90ea3e99be3d3f7b6dfd" }, "downloads": -1, "filename": "tuesday-3.0.0-py3-none-any.whl", "has_sig": false, "md5_digest": "f5b378f68d9560cfefe9d5e22198651e", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3", "size": 10721, "upload_time": "2019-08-25T05:36:36", "url": "https://files.pythonhosted.org/packages/cf/82/a66857a30e5919f258b9b0c6f2c4d2a0e7ea7215d0d9a777e6080d0777b5/tuesday-3.0.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "7754f0df49e8e03fab72a81797b1162f", "sha256": "3d95b29ed819bfb0cbd3b65696cb255f1077b5b6d8922f40f88409130a56671a" }, "downloads": -1, "filename": "tuesday-3.0.0.tar.gz", "has_sig": false, "md5_digest": "7754f0df49e8e03fab72a81797b1162f", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3", "size": 8670, "upload_time": "2019-08-25T05:36:38", "url": "https://files.pythonhosted.org/packages/32/7f/5e43d4db4d83d0f55739300c8ef1271f861a532ccb9293a29e275bc164cb/tuesday-3.0.0.tar.gz" } ] }