Metadata-Version: 2.1
Name: GDI_effects
Version: 0.3
Summary: GDI_effects is a Python library that allows you to create GDI screen effects on Windows.
Author: coder
Author-email: coder <memecoder17@gmail.com>
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown

# GDI_effects
GDI_effects is a Python library that allows you to create GDI screen effects on Windows.

## Installation
You can install this library via pip:
### pip install GDI_effects

## Usage
Below is an example of how to use the library to create various screen effects:
from GDI_effects import *

## Available Functions
BWscreen(): Creates a black and white effect on the screen.
errorscreen(): Displays error icons at various positions on the screen.
invertscreen(): Inverts the colors on the screen.
panscreen(): Pans the screen in random directions.
Rainbowhell(): Creates random rainbow effects on the screen.
screenwavy(): Creates a wavy effect on the screen.
voidscreen(): Creates a void effect on the screen.

## Contributing
If you would like to contribute to this project, please fork the repository, create a new branch for your changes, and submit a pull request.
