Metadata-Version: 2.4
Name: jcon
Version: 0.5.8
Summary: Move Windows desktop icons programmatically in Python
Author: Jett S
Author-email: fallinganvil8@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: Microsoft :: Windows
Classifier: License :: OSI Approved :: MIT License
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: license-file
Dynamic: requires-python
Dynamic: summary

# JCON — Relocate Windows Desktop Icons in Python

A lightweight Python package to programmatically get and set Windows desktop icon positions using native Windows APIs.

---

## Features

- Retrieve count and position of desktop icons  
- Move desktop icons to specified screen coordinates  
- Automatically snaps icon positions to the desktop grid (handles DPI and icon size)  
- Pure Python with standard library (`ctypes`), no external dependencies

---

## Installation

```bash
pip install jcon
```
