Metadata-Version: 2.4
Name: PyNexusAPI
Version: 2.0
Summary: A massive bundle bridge for lazy developers to control GUI, Keyboard, Mouse, Network and Hardware
Author: Noob3ButUkr
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
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: 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"
Dynamic: author
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!

