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

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

Uploaded Python 3

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