├── LICENSE ├── README.md ├── deploy.sh ├── install.sh ├── scripts ├── hello_world.dd ├── mac_notes.dd ├── pwd.dd ├── test.dd └── win_notepad.dd └── src ├── code.py ├── duckyinpython.py └── ui.py /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheR1D/pico-ducky-ui/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheR1D/pico-ducky-ui/HEAD/README.md -------------------------------------------------------------------------------- /deploy.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheR1D/pico-ducky-ui/HEAD/deploy.sh -------------------------------------------------------------------------------- /install.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheR1D/pico-ducky-ui/HEAD/install.sh -------------------------------------------------------------------------------- /scripts/hello_world.dd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheR1D/pico-ducky-ui/HEAD/scripts/hello_world.dd -------------------------------------------------------------------------------- /scripts/mac_notes.dd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheR1D/pico-ducky-ui/HEAD/scripts/mac_notes.dd -------------------------------------------------------------------------------- /scripts/pwd.dd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheR1D/pico-ducky-ui/HEAD/scripts/pwd.dd -------------------------------------------------------------------------------- /scripts/test.dd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheR1D/pico-ducky-ui/HEAD/scripts/test.dd -------------------------------------------------------------------------------- /scripts/win_notepad.dd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheR1D/pico-ducky-ui/HEAD/scripts/win_notepad.dd -------------------------------------------------------------------------------- /src/code.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheR1D/pico-ducky-ui/HEAD/src/code.py -------------------------------------------------------------------------------- /src/duckyinpython.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheR1D/pico-ducky-ui/HEAD/src/duckyinpython.py -------------------------------------------------------------------------------- /src/ui.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheR1D/pico-ducky-ui/HEAD/src/ui.py --------------------------------------------------------------------------------