Metadata-Version: 1.1
Name: digiduck
Version: 1.3.1b1
Summary: A program to compile Ducky Script to Digispark code
Home-page: https://github.com/uslurper/digiduck
Author: Uslurper
Author-email: aklo101256@gmail.com
License: MIT
Description: **DigiDuck: Ducky Script to Digispark**
        =======================================
        This is a simple program that converts Ducky Script for Hak5 USB Rubber Duckys into code executable by a Digispark.
        As of yet there is no support for the BREAK key, but all other keys work fine.
        
        The REPEAT command can either work as usual, or it can be used with two arguments:
        REPEAT 4 10 means "repeat the previous four instructions 10 times".
        REPEATS can also now be nested.
        
        Please note that the program discards leading whitespace between your opening keywords and their arguments in the Ducky Script. This negatively affects ASCII art.
        
        Written by `Uslurper <https://github.com/uslurper>`_.
        
        Usage: digiduck [source.txt] [dest.txt]
        
        It's that simple.
        
Keywords: digispark duckyscript pentesting
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Code Generators
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
