|
| 1 | +Attributions for PyWinAssistant |
| 2 | + |
| 3 | +PyWinAssistant incorporates the following third-party modules, each with its own license: |
| 4 | + openai: MIT license. More information is available at [https://github.com/openai/openai-python]. |
| 5 | + pywinauto: Licensed under BSD-3-Clause license . More information at [https://pywinauto.readthedocs.io/en/latest/contents.html]. |
| 6 | + pyautogui: Licensed under the BSD-3-Clause license. Details at [https://github.com/asweigart/pyautogui]. |
| 7 | + pygetwindow: BSD-3-Clause license [https://github.com/asweigart/pygetwindow] |
| 8 | + PyWin32 (win32com, win32gui, win32con, win32api, win32process, winreg): Part of PyWin32, which is under the PSF license. More information can be found at [https://github.com/mhammond/pywin32]. |
| 9 | + customtkinter: MIT license. More info at [https://github.com/TomSchimansky/CustomTkinter]. |
| 10 | + Pillow (PIL): This project uses Pillow, an open-source HPND-licensed library. More info at [https://python-pillow.org/]. |
| 11 | + speech_recognition: This project incorporates the speech_recognition module, licensed under [BSD-3-Clause, GPL-2.0 licenses]. More details can be found at [https://github.com/Uberi/speech_recognition#readme]. |
| 12 | + psutil: This project uses psutil, distributed under the BSD-3-Clause license. More details at [https://github.com/giampaolo/psutil]. |
| 13 | + fuzzywuzzy: Available under the GPL-2.0 license. More information at [https://github.com/seatgeek/fuzzywuzzy]. |
| 14 | + pytesseract: An OCR tool licensed under the Apache License 2.0. More details at [https://github.com/madmaze/pytesseract]. |
| 15 | + uiautomation: Apache-2.0 license [https://github.com/yinkaisheng/Python-UIAutomation-for-Windows] |
| 16 | + gTTS (Google Text-to-Speech): MIT license. More information at [https://github.com/pndurette/gTTS]. |
| 17 | + pygame: Licensed under the LGPL GNU Library or Lesser General Public License (LG PL) (LGPL). More details at [https://www.pygame.org/news]. |
| 18 | + tkinter: Part of Python's standard library, covered by the PSF license. [https://github.com/python/cpython/tree/3.12] |
| 19 | + |
| 20 | + |
| 21 | +Each module is the property of its respective owners, and PyWinAssistant is in no way affiliated with these modules. |
0 commit comments