Metadata-Version: 1.0
Name: jpt
Version: 1.0
Summary: UNKNOWN
Home-page: UNKNOWN
Author: UNKNOWN
Author-email: UNKNOWN
License: UNKNOWN
Description: # JPT
        Jake's Python Tools
        
        COMMANDS:
        
        DATE:
        
        dt() Show date and time
        
        time() shows the time
        
        date() shows the date
        
        datenoash() shows the date without dashes
        
        dt() same as above except shows the time aswell
        
        dtforwardslash() Shows date and time with forward slashes
        
        dateforwardslash() Shows the date with forward slashes
        
        
        STRING MODIFICATIONS:
        
        caps() Shows string with first letter as capital
        
        title() Shows string with first letter of each word as capital
        
        lower() Shows string with all letters as lower case
        
        upper() Shows string with all letters as upeer case
        
        join() Joins two strings
        
        nonum() Removes all numbers in a string
        
        SAVING AND LOADING:
        
        save() Saves string to file
        
        load() Loads file
        
        zip() Zips a file
        
        unzip() Unzips a zip file
        
        
        OTHER:
        
        username() Shows the username of the current user
        
Platform: UNKNOWN
