Metadata-Version: 2.1
Name: LJW
Version: 2.1.0
Summary: All About LJW
Home-page: https://github.com/jaewoo4200/poem_LJW
Author: Jaewoo Lee
Author-email: doni04164@gmail.com
License: UNKNOWN
Description: # poem_LJW
        Korean poems written by LJW(will be constantly updated)  
        This will only work above python 3.7!
        
        This will print random poem from dictionary - 'LJW.random()'  
        To see all poems, please type 'LJW.everything()'  
        
        Please use as 'from LJW import *'  
        If you've already imported with 'import LJW' please use as 'LJW.LJW.all()' or 'LJW.LJW.random()'  
        
        
        ----- 1.0.0 Update -----  
        You can just use 'import LJW' and 'LJW.random()' or 'LJW.everything()'  
        
        ----- 1.1.0 Update -----  
        Update for Legacy Support! Now you can run this module over any version python 3!  
        
        ----- 2.0.0 Update -----  
        Update for text-based game and Easter eggs! (Only for version over Python 3.6 due to 'f'string format.)  
        
        ----- 2.0.0 Update -----  
        Added two additional poems and bug fixes  
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.0
Description-Content-Type: text/markdown
