Metadata-Version: 2.4
Name: fullscreen-alert
Version: 0.1.0
Summary: A simple fullscreen alert window module
Author: pengmin
Author-email: 877419534@qq.com
Keywords: tkinter,fullscreen,alert,gui
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
License-File: LICENSE
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: keywords
Dynamic: license-file
Dynamic: requires-python
Dynamic: summary

# Fullscreen Alert Module

A simple Python module to display fullscreen alert windows using tkinter.

## Installation

```bash
pip install fullscreen-alert
