Metadata-Version: 2.1
Name: generatedateimage
Version: 0.0.4
Summary: A package which creates an image which shows the current date
Home-page: https://github.com/maheshbansod/generatedateimage
Author: Mahesh Bansod
Author-email: mahesh0bansod@gmail.com
License: MIT
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Description-Content-Type: text/markdown
Requires-Dist: pillow

# generate-date-image
Creates an image called image.png containing the current date

## Installation
`pip install generatedateimage`
## Usage
```
>>> from generatedateimage import generatedateimage
>>> generatedateimage.generateDateImage()

```


