Metadata-Version: 2.1
Name: launchscreen
Version: 1.0.1
Summary: Launch Screen for Tkinter
Home-page: https://github.com/mahinbinhasan/launchscreen
Author: Mahin Bin Hasan (mahinbinhasan)
Author-email: <allmahin149@gmail.com>
License: MIT
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Description-Content-Type: text/markdown
License-File: LICENSE

# Mahin launch Screen

launch Screen is a Python library for creating launching (loading) screen.

## Installation

Use the package manager [pip](https://pip.pypa.io/en/stable/) to install foobar.

```bash
pip install mahinlaunchscreen
```

## Usage

```python
from launchscreen import * 
screen.screen('Your_Photo.png',5000)#here 5000 is delay time in m.sec unit

```

## Contributing


Please make sure to update tests as appropriate.

## License

[MIT](https://choosealicense.com/licenses/mit/)
##Contact
[My Facebook](https://www.facebook.com/root.mahin)
[My Github](https://www.github.com/mahinbinhasan)
