Modules for handling UWSC styles in Python
Project description
# UWStyleMethods
Modules for handling UWSC styles in Python
## What’s This
UWSC is a macro software that automates the operation of applications on Windows. However, as of March 2018, the public site of the application becomes 403 error, and the trend of the future is in an unknown state.
This module group is intended to achieve UWSC-like processing in Python by realizing some of the UWSC methods in Python.
## ToDo
Implementing a simple Dialog method * [x] (UWSC) MSGBOX method * [x] (UWSC) SLCTBOX method
Methods to display messages on the screen * [ ] (UWSC) Baloon method
Ability to work with other GUI applications * [ ] (UWSC) CLKITEM method * [ ] (UWSC) CHKBTN method * [ ] (UWSC) GETSTR method * [ ] (UWSC) GETITEM method * [ ] (UWSC) GETSLCTL method * etc.
[x] InternetExplorer operation Method (actually planned to be implemented as an Edge or Chrome operation)
[x] Excel operation methods (other incompatible offices not supported)
The author basically used UWSC to realize a simple GUI, and the automation processing such as Excel was done mainly. Therefore, there is no plan to implement the function other than the above.
However, pull requests are accepted.
## Usage
[Uploaded to PyPI!](https://pypi.org/project/uwstyle/)
`PowerShell > pip install uwstyle `
The usage is described in __init__.py under each directory, so refer to it.
`python from uwstyle.dialogs import dialog, select, choose, DIALOGBUTTON_OK, DIALOGBUTTON_YESNO, DIALOGBUTTON_RETRYIGNOREABORT from uwstyle.webbrowser import WebBrowser from uwstyle.webbrowser.driver import ChromeDriver from uwstyle.excel import Excel `
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
Built Distribution
File details
Details for the file uwstyle-0.0.6.tar.gz
.
File metadata
- Download URL: uwstyle-0.0.6.tar.gz
- Upload date:
- Size: 10.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/3.7.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9f1fc69ea77ab83dc9db7947b5fc150cd40fdf0e50ba06cd6556c36f21e612da |
|
MD5 | 0ee7f837e3df4ac021b471bcb0becaf3 |
|
BLAKE2b-256 | b07b1f13a00e140645c3c04eec8fdce52abdab6d772cfd3f76f5eaa4761ef31e |
File details
Details for the file uwstyle-0.0.6-py3-none-any.whl
.
File metadata
- Download URL: uwstyle-0.0.6-py3-none-any.whl
- Upload date:
- Size: 15.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/3.7.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 14704f6792954300a4210d191b0225e87ce5674234387e4f2bd4edc901414a9a |
|
MD5 | 40debb9f441d241f730ebc803cf69de9 |
|
BLAKE2b-256 | 7120ff0d56fc1d51c9d9d17086500fc39c67c53a46ec070ab8f3d02e01665daf |