Skip to main content

A package to easily create windows in Python using GLFW, OpenCV-Python, NumPy, pywin32 and ctypes.

Project description

SimpleWindow

A package to easily create windows in Python using GLFW, OpenCV-Python, NumPy, pywin32 and ctypes.

Installation

pip install SimpleWindow

Usage

import SimpleWindow
import numpy as np

# Initialize the window, the window wont be shown until Show() is called
SimpleWindow.Initialize(Name="Example Window",
                        Size=(1280, 720),
                        Position=(100, 100), 
                        TitleBarColor=(0, 0, 0),
                        Resizable=True,
                        TopMost=False,
                        Foreground=True,
                        Minimized=False,
                        Undestroyable=False,
                        Icon="",
                        NoWarnings=False)

# Create an image
Image = np.zeros((720, 1280, 3), dtype=np.uint8)

while True:
    # The window will be shown now since its the first call of Show() since the Initialize() call
    SimpleWindow.Show(Name="Example Window", Frame=Image)

    # Get the window open state
    WindowIsOpen = SimpleWindow.GetOpen(Name="Example Window")

    # If the value is False then the window was destroyed by the code, if the value is None then the window got destroyed by the user
    if WindowIsOpen == False or WindowIsOpen == None:
        break

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

simplewindow-0.17.tar.gz (43.5 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

SimpleWindow-0.17-py3-none-any.whl (31.2 kB view details)

Uploaded Python 3

File details

Details for the file simplewindow-0.17.tar.gz.

File metadata

  • Download URL: simplewindow-0.17.tar.gz
  • Upload date:
  • Size: 43.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for simplewindow-0.17.tar.gz
Algorithm Hash digest
SHA256 cb983104b07a291bce50f199a346d33cced955a4abfad44f9b49b1bb8538042d
MD5 630f48d4797a15792abdf6466cee6340
BLAKE2b-256 dd43f939c1d77ffcd1b8af752a1c3a6f41f6bace246492e3f3015fe4100342d7

See more details on using hashes here.

File details

Details for the file SimpleWindow-0.17-py3-none-any.whl.

File metadata

  • Download URL: SimpleWindow-0.17-py3-none-any.whl
  • Upload date:
  • Size: 31.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for SimpleWindow-0.17-py3-none-any.whl
Algorithm Hash digest
SHA256 08e714b15939eda1bca87236dd82f73693f2494dd74d2846e28266e6ee639cff
MD5 d5e4bec1d8318a4331a8a11fbbfd2a39
BLAKE2b-256 27a85a033dfa910afa23b193b883a3338d2ef38424e1f53689203f1f6e24d453

See more details on using hashes here.

Supported by

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