Metadata-Version: 2.4
Name: PyNexusAPI
Version: 2.2.1
Summary: A massive bundle bridge for lazy developers to control GUI, Keyboard, Mouse, Network and Hardware
Author: Noob3ButUkr
Author-email: ck3glyt@example.com
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: MacOS
Classifier: Operating System :: POSIX :: Linux
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: pyautogui
Requires-Dist: keyboard
Requires-Dist: pyperclip
Requires-Dist: customtkinter
Requires-Dist: pyTelegramBotAPI
Requires-Dist: requests
Requires-Dist: cryptocode
Requires-Dist: nest-asyncio
Requires-Dist: pywin32; platform_system == "Windows"
Requires-Dist: uvicorn
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

\# PyNexusAPI



The ultimate bridge between lazy developers and low-level libraries, designed for good.



Usage:



Recomended to use "import PyNexusAPI as nexus" or "as pn"

Also - modules macOS, Linux, Windows are not cross-platform.



from PyNexusAPI import Mouse, Keyboard, Clipboard



Mouse.LeftClick()

Keyboard.FWrite("Hello world!")

Clipboard.CopyText("Hello world! x2")



Note: Clipboard.CopyAny works ONLY for Windows.



Update: 2014 Lines!



New features: Now this module is officially executable-module - able to convert/deconvert text to binary! (python -m PyNexusAPI Hello world! --tobinary)

