Skip to main content

Auto generate a window with text browser and buttons from config info

Project description

Usage Intro

  • Generate a window with text browser and buttons from config

How To Use

import sys
from PyQt5.QtWidgets import QApplication
from window_auto_generator import ToolWindow, ToolConf, Button, ReqProto

app = QApplication(sys.argv)
tw = ToolWindow(ToolConf(
    name="my window",
    desc="my window desc",
    buttons=[
        Button("test", "desc", ReqProto("http://127.0.0.1:8000/hello?user=1", "GET", None)),
    ]
))
sys.exit(app.exec_())

Project details


Download files

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

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

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

window_auto_generator-1.1-py3-none-any.whl (5.8 kB view details)

Uploaded Python 3

File details

Details for the file window_auto_generator-1.1-py3-none-any.whl.

File metadata

File hashes

Hashes for window_auto_generator-1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 13684f11612c082806e398844624129292822b67ef0201f46331036eca00701d
MD5 9e7b5ed4fe9b709141443a43c366a5d9
BLAKE2b-256 9627fcd5c4ef56dfeed337a941d6527db744044b7f62243b39be4bd563c1cbec

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