{ "info": { "author": "Rayanoos Zareie", "author_email": "contact@rayanoos.ir", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 3" ], "description": "## Rayanoos package for special control system\n\n###### Note: that's only work in Windows\n\n###### Note: The volume of the source code of this packet is 200 KB, but when you create a exe file with pyinstaller tool, it will only have 100 KB in size with all the tools of this package. This is very amazing.\n\n\n###### Installation\nInstall on Windows: python -m pip install rayanoos\n\nReport Bugs: contact@rayanoos.ir\n\n###### Example:\n\nfrom Rayanoos import tools\n\nt = tools.SystemControls()\n\nt.alert(\"Hello\",\"Call me\")\n\n\n## Features:\n\n###### Save Full ScreenShot\nt.screenshot('file.png')\n\n###### Save Screenshot from current window\nt.screenshot_from_window('file.png')\n\n###### Save Screenshot from custom place with custom size\nt.screenshot_from_custom_place('file.png',x,y,width,height)\n\n###### Turn off the monitor\nt.monitor_off()\n\n###### Turn on the monitor\nt.monitor_on()\n\n###### Open CDROM\nt.cdrom_open()\n\n###### Close CDROM\nt.cdrom_Close()\n\n###### Set mouse cursor place\nt.mouse_set_cursor(x,y)\n\n###### Move cursor from old place to new place\nt.mouse_move_cursor(x,y)\n\n###### Mouse Click Left\nt.mouse_left_click()\n\n###### Mouse Click Right\nt.mouse_right_click() \n\n###### Mouse Click Middle\nt.mouse_middle_click() \n\n###### Mouse doubleClick Left\nt.mouse_left_doubleclick() \n\n###### Mouse doubleClick Right\nt.mouse_right_doubleclick()\n\n###### Mouse doubleClick Middle\nt.mouse_middle_doubleclick()\n\n###### Custom mouse click control.\nt.mouse_send(t.MOUSE_LEFT,t.MOUSE_MODE_DOWN)\n\n###### Move files to Recycle bin\nt.recyclebin('file.exe')\n\n###### Clear the Recycle Bin\nt.emptybin() \n\n###### Speak Text (text to audio)\nt.speak('Hello')\n\n###### Speak Text File\nt.speak_file('file.txt')\n\n###### Convert text file to audio file\nt.text_to_audio('file.txt','file.wav')\n\n###### Set sound volume in range of 0 to 65500\nt.set_volume(1000)\n\n###### Mute sound volume\nt.mute()\n\n###### Standard Beep \nt.stdbeep()\n\n###### Beep with freq and time\nt.beep(freq=2000,duration=1000)\n\n###### Create shortcut\nt.create_shortcut('file.exe','C:\\\\','Name')\n\n###### Standby system\nt.standby()\n\n###### Force Shutdown system\nt.force_shutdown()\n\n###### Logout system\nt.logoff() 'Logoff user\n\n###### Reboot system\nt.reboot() Reboot system\n\n###### Set all windows place to center place\nt.allwin_center()\n\n###### Kill process by name\nt.killprocess('process.exe')\n\n###### Set Clipboard text\nt.clipboard_set('Hello')\n\n###### Get Clipboard text\nt.clipbord_get()\n\n###### Clear Clipboard\nt.clipboard_clear()\n\n###### Show a message box with custom title and text\nt.messagebox(\u201cTitle\u201d,\u201dText\u201d)\n\n###### Show Notification\nt.alert('title','text','icon.ico/.exe',2000)\n\n###### Seep with Milliseconds\nt.sleep(1000)\n\n###### Add file to startup in Registry\nt.reg_add_to_startup('Name','file.exe')\n\n###### Add sz value to Registry\nt.reg_add_sz_value('HKEY_CURRENT_USER','name','data')\n\n###### Open Url in default system explorer\nt.open_url(\u201dhttps://Rayanoos.ir\u201d)\n\n###### Start file\nt.start_file(\u201cfile.exe\u201d)\n\n###### Send docs/pdf and \u2026 to printer device to print\nt.print('sample.pdf')\n\n###### Play audio with custom timeout\nt.audio_play(1000,\u201dfile.mp3\u201d)\n\n###### Change system language with SHIFT+ALT\nt.change_system_language()\n\n###### Press simultaneously keyboard keys\nt.sendkeypress(['ctrl','alt','delete'])\n\n###### Send keys with custom mode click/down/up\u2026\nt.sendkey('a',t.KEY_MODE_CLICK)\n\n###### Convert image format\nt.convert_image('file.png','file.jpg')\n\n###### Use system commands and CMD\nt.system('cls')\n\n###### Get system Time\nt.system_time() \n\n###### Get system Date\nt.system_date()\n\n###### Get system Username\nt.system_username()\n\n###### Get windir folder path\nt.folder_windir() \n\n###### Get computer name\nt.system_computername()\n\n###### Get your app file folder path\nt.folder_myapp()\n\n###### Get desktop folder path\nt.folder_desktop()\n\n###### Get startmenu folder path\nt.folder_startmenu()\n\n###### Get programs folder path\nt.folder_programs()\n\n###### Get username folder path\nt.folder_username()\n\n###### Get startup folder path\nt.folder_startup()\n\n###### Get recent folder path\nt.folder_recent()\n\n###### Get favorites folder path\nt.folder_favorites()\n\n###### Get cookies folder path\nt.folder_cookies()\n\n###### Get appdata folder path\nt.folder_appdata()\n\n###### Get windows folder path\nt.folder_windows()\n\n###### Get programfiles folder path\nt.folder_programfiles()\n\n###### Get documents folder path\nt.folder_documents()\n\n###### Get system32 folder path\nt.folder_system32()\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://rayanoos.ir", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "Rayanoos", "package_url": "https://pypi.org/project/Rayanoos/", "platform": "", "project_url": "https://pypi.org/project/Rayanoos/", "project_urls": { "Bug Tracker": "https://github.com/rayanoos-projects/Rayanoos-Python-Package/issues", "Homepage": "https://rayanoos.ir" }, "release_url": "https://pypi.org/project/Rayanoos/3.0.2/", "requires_dist": null, "requires_python": ">=3.6", "summary": "Special Control System Python Package", "version": "3.0.2", "yanked": false, "yanked_reason": null }, "last_serial": 12526550, "releases": { "3.0.2": [ { "comment_text": "", "digests": { "md5": "140a4a6ea917aa02fa324f4dc5e60677", "sha256": "9de6e532609f74778c5487a6121b4ee2a3413418707f8f9580627fefaba63d12" }, "downloads": -1, "filename": "Rayanoos-3.0.2-py3-none-any.whl", "has_sig": false, "md5_digest": "140a4a6ea917aa02fa324f4dc5e60677", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.6", "size": 129962, "upload_time": "2022-01-10T09:04:25", "upload_time_iso_8601": "2022-01-10T09:04:25.301739Z", "url": "https://files.pythonhosted.org/packages/79/77/27033763448bf266af524e47822b0f773fa0f099d7d5433415b726edc1de/Rayanoos-3.0.2-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "8724b18d7ca98c2b7e34193299f86669", "sha256": "271723aac8fd3ff82a9b09992febc077376122dd3587ced52729b117edcc6ac6" }, "downloads": -1, "filename": "Rayanoos-3.0.2.tar.gz", "has_sig": false, "md5_digest": "8724b18d7ca98c2b7e34193299f86669", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6", "size": 131441, "upload_time": "2022-01-10T09:04:26", "upload_time_iso_8601": "2022-01-10T09:04:26.860595Z", "url": "https://files.pythonhosted.org/packages/38/bf/e69b2250b675c9b633a2af72edbf3b3d2ee412321b3a6180416aa34a5170/Rayanoos-3.0.2.tar.gz", "yanked": false, "yanked_reason": null } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "140a4a6ea917aa02fa324f4dc5e60677", "sha256": "9de6e532609f74778c5487a6121b4ee2a3413418707f8f9580627fefaba63d12" }, "downloads": -1, "filename": "Rayanoos-3.0.2-py3-none-any.whl", "has_sig": false, "md5_digest": "140a4a6ea917aa02fa324f4dc5e60677", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.6", "size": 129962, "upload_time": "2022-01-10T09:04:25", "upload_time_iso_8601": "2022-01-10T09:04:25.301739Z", "url": "https://files.pythonhosted.org/packages/79/77/27033763448bf266af524e47822b0f773fa0f099d7d5433415b726edc1de/Rayanoos-3.0.2-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "8724b18d7ca98c2b7e34193299f86669", "sha256": "271723aac8fd3ff82a9b09992febc077376122dd3587ced52729b117edcc6ac6" }, "downloads": -1, "filename": "Rayanoos-3.0.2.tar.gz", "has_sig": false, "md5_digest": "8724b18d7ca98c2b7e34193299f86669", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6", "size": 131441, "upload_time": "2022-01-10T09:04:26", "upload_time_iso_8601": "2022-01-10T09:04:26.860595Z", "url": "https://files.pythonhosted.org/packages/38/bf/e69b2250b675c9b633a2af72edbf3b3d2ee412321b3a6180416aa34a5170/Rayanoos-3.0.2.tar.gz", "yanked": false, "yanked_reason": null } ], "vulnerabilities": [] }