Metadata-Version: 2.4
Name: remotedesktop
Version: 0.0.1
Summary: Remote desktop client/server for Windows computers on the same LAN, with autodiscovery. Provides screen, keyboard, mouse, and clipboard sharing without RDP or Microsoft authentication.
Author-email: James Abel <j@abel.co>
License-Expression: MIT
License-File: LICENSE
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Environment :: Win32 (MS Windows)
Classifier: Intended Audience :: End Users/Desktop
Classifier: Operating System :: Microsoft :: Windows
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: System :: Networking
Requires-Python: >=3.14
Requires-Dist: pyside6>=6.11.1
Description-Content-Type: text/markdown

# Remote Desktop

This is a Python client/server application that provide remote desktop
for Windows computers on the same LAN. It offers autodiscovery and 
connection.

Connections to the desktop screen, keyboard, mouse, and clipboard are made.
Other connections are not provide, such as shared drives, devices, nor 
multimedia (e.g., audio)

The client and server apps are both run on their respective computers.
The client requests connection to the server and for the initial connection 
the user on the server side must permit the connection. After that, 
the client can connect to the server whenever the server is running
without the server having to provide permission.

This does not use Windows RDP nor rely on any Microsoft based authentication.

