Metadata-Version: 2.4
Name: PyNexusAPI
Version: 1.0.3b0
Summary: A massive bundle bridge for lazy developers to control OS, GUI, Keyboard and Mouse
Author: Noob3ButUkr
Classifier: Programming Language :: Python :: 3
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: pywin32; platform_system == "Windows"
Dynamic: author
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

\# PyNexusAPI (no not GD nexus, it would be Pyfnm04API then.)

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.

