Metadata-Version: 2.4
Name: randpicker
Version: 0.1.0
Summary: Random picker for your random tasks
Author-email: ld131 <lider131@gmail.com>
License: MIT
Keywords: random,picker,generator,places,life,live
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# randpicker

Random picker for your random tasks:

- Place 
- Address
- Name
- Phone
- Email
- Prediction
- Website

## Usage example

'''python
from randpicker import place, address, name

print(place())  
print(address()) 
print(name())
'''
