This simple Python application simplifies copying photos from our phones to our blog memory stick. It uses tkinter for the UI so it will work on both Linux and Windows.
Notes that make this mostly unsuitable for anyone else:
- This requires your phone to be in developer mode for ADB commands to work
- You need to install ADB and have it properly working
- You need to install BetterADBSync
- This is hard coded to our two phones (Editable at the top of the code)
- This is hard coded to moving the files to our specific Blogging memory stick (Editable at the top of the code)