PyQwidgets 4.1 Mini-Framework
Project description
PyQwidgets 4.1
What's New?
- Bug fixes
In this brief description, I will introduce you to PyQwidgets!
With the help of this library, you can create a lot of things, for example, work with a browser or with widgets.
Library installation: pip install PyQwidgets
Functions
- Widgets
- Browser
Widgets
Widgets.Error(name, text) - This widget displays an error window.
Widgets.Warning(name, text) - This widget displays an alert box.
Widgets.Info(name, text) - This widget displays a window with information.
Widgets.Screenshot(name) - This widget takes a screenshot
Code example
from PyQwidgets import *
ERROR = Widgets.Error(name="Error", text="Error: You don't have Python installed!")
WARNING = Widgets.Warning(Name="Warning", text="Warning: Without python, the program will not work for you")
INFO = Widgets.Info(name="Information", text="Info: You have installed python!")
SCREEN = Widgets.Screenshot(name="SCREEN.png")
Browser
Browser.Download(url, name) - Downloading files from the browser.
Browser.Open(url) - Open web page.
Code example
from PyQwidgets import *
DOWNLOAD = Browser.Download(url="https://youtube.com", name="YouTube.html")
OPEN = Browser.Open(url="https://youtube.com")
ATTENTION!!! I'm new to python so don't judge too harshly!
Name: George
Age: 14 years old
Email: zadvornow2908@gmail.com
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file PyQwidgets-4.1.tar.gz.
File metadata
- Download URL: PyQwidgets-4.1.tar.gz
- Upload date:
- Size: 2.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
178374613652f7ac40ec745022736f988ef3d2eb94f379b7e4e7f7e409a3b23e
|
|
| MD5 |
5c1b554d079f62dc7e767e70f7e67ab9
|
|
| BLAKE2b-256 |
d98b7e628ea040dc6892d02f92710306c74b9d87251837de73cd36441b13d33b
|
File details
Details for the file PyQwidgets-4.1-py3-none-any.whl.
File metadata
- Download URL: PyQwidgets-4.1-py3-none-any.whl
- Upload date:
- Size: 2.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
382f6db94f53225a786b9f9c3c9d045bf881c543fb054acc5a8c3287d5bd2205
|
|
| MD5 |
382404ebe48a00e66d537c5dfdc6322d
|
|
| BLAKE2b-256 |
dde01c74f418d1c591cca28d2dbe83724ca73c084e1f1c394eb436614f0222aa
|