Metadata-Version: 2.1
Name: toolbox-cli
Version: 0.0.7
Summary: A toolbox that runs in Command Line Interface.
Home-page: UNKNOWN
Author: meowmeowcat
Author-email: 
License: UNKNOWN
Description: # Toolbox-cli
        
        A Toolbox that runs in Command Line Interface.
        
        ## Function
        
        - Unit Converter
        - Generate QR code (require [qrcode](https://github.com/lincolnloop/python-qrcode))
        - Run Speedtest (require [speedtest-cli](https://github.com/sivel/speedtest-cli))
        - Get System Information
        - Get Your IP Address
        - Get Unicode Of A Character
        - Search on Google/DuckDuckGo/YouTube
        
        ## Install
        
        ```shell
        pip install toolbox
        ```
        
        ## Usage
        
        ```shell
        $ toolbox
        Usage: toolbox [OPTIONS] COMMAND [ARGS]...
        
          A Toolbox runs in Command Line
        
        Options:
          --version  Show the version and exit.
          --help     Show this message and exit.
        
        Commands:
          get-ip       Get Your IP Address
          list         Tools you can use in this toolbox
          qrcode       Generate QR code
          system-info  Get System Information
          ```
          
        ## Example
          
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
