iwannet / Auto-Dymo-Label

This project contains some Python Scripts to automatically Create Dymo Labels For Iphones And Ipads

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Auto Dymo Label

This project contains some Python Scripts to automatically Create Dymo Labels For Iphones And Ipads

Windows

Install dependencies

  1. Install git using winget install git in the cmd
  2. Install Python 3.x and Dymo Label Software.
  3. Install the tkinter library by running python -m pip install tkinter from the cmd.
  4. Install the libimobiledevice library. You can find installation instructions for Windows on the GitHub repository or unofficial precompiled files for Windows
  5. Add the libimobiledevice folder to your path
  6. Download And Run Update-Windows.bat from here

Start The script

  1. Double click on GUI.py in the files folder to execute the project.

Updating

  1. Click Update-Windows.bat again

MacOs

Install dependencies (Only required to do once)

  1. Install the Dymo Label Software. (optional)
  2. Install MacPorts from macports.org.
  3. Download the Install-Mac.command script from here
  4. Run sudo bash ~/Downloads/Install-Mac.command in the terminal

Start the script

  1. Double click Open-Mac.command script on the desktop

Updating

  1. Double click Update-Mac.command script on the desktop

Screenshots

alt text

Contribution

Feel free to open an issue or make a pr

You can contact me here

About

This project contains some Python Scripts to automatically Create Dymo Labels For Iphones And Ipads

License:GNU General Public License v3.0


Languages

Language:Python 100.0%