Skip to main content

Tkinter Desinger to Python 3

Project description

Widgets

  • Button
    • Save - options
      • Background as bg = color

      • Foreground as fg = color

      • Width as width = number
        • If button with image, width in pixels.

        • If button with only text, width in pt

      • Height as width = number
        • If button with image, height in pixels.

        • If button with only text, height in pt

      • Text as text = string
      • Image - image path to capture

    • Other
  • Label
    • Save - options
      • See Button save - options

    • See Button Other

  • Entry
    • Save - options
      • Background as bg = color

      • Foreground as fg = color

      • Width as width = number
        • If button with image, width in pixels.

        • If button with only text, width in pt

      • Height as width = number
        • If button with image, height in pixels.

        • If button with only text, height in pt

    • See Button other

  • Listbox
    • Save options
      • Background as bg = color

      • Foreground as fg = color

      • Width as width = number
        • If button with image, width in pixels.

        • If button with only text, width in pt

      • Height as width = number
        • If button with image, height in pixels.

        • If button with only text, height in pt

  • Text
    • Save options
      • Background as bg = color

      • Foreground as fg = color

      • Width as width = number
        • If button with image, width in pixels.

        • If button with only text, width in pt

      • Height as width = number
        • If button with image, height in pixels.

        • If button with only text, height in pt

    • Other
      • See Button other

Work

Add widgets

Press button ‘Add widget’ to add widget, and widget will arise in coordinates 0,0. You can drop and drag it. You can call to context menu on widget and modify params

Other

  • Replace title - press button ‘Rename form’ on form

  • Use PIL to support other images formats - see information for PIL in app

  • Show code - press button ‘View code’ in app

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

TkDesinger-0.2.tar.gz (11.8 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page