Metadata-Version: 2.1
Name: windows-atom
Version: 1.0
Summary: A Python library to interact with the Windows atom table via ctypes.
Home-page: https://github.com/Mohamed-Adil-Cyber/windows_atom
Author: Mohamed Adil
Author-email: Mohamed Adil <MohamedAdilOfficial@gmail.com>
License: MIT
Project-URL: Homepage, https://github.com/Mohamed-Adil-Cyber/windows_atom
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: Microsoft :: Windows
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# windows_atom

`windows_atom` is a Python library that provides an interface for interacting with the Windows atom table using the `ctypes` module. This library allows for adding, finding, retrieving, and deleting global or local atoms.

## Features

- Add atoms globally using `add_atom`
- Add atoms with flags using `add_atomEx`
- Search for an atom with `find_atom`
- Retrieve the name of an atom with `get_atom_name`
- Delete an atom using `delete_atom`

## Installation

You can install the package after downloading or cloning the repository:

git clone https://github.com/Mohamed-Adil-Cyber/windows_atom.git
cd windows_atom
python setup.py install


or if you dont want to build you can

download the release
pip windows_atom-1.0-py3-none-any.whl
