🚀 Socket Launch Week 🚀 Day 4: Introducing Historical Analytics.Learn More
Socket
Sign inDemoInstall
Socket

uwstyle

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

uwstyle

Modules for handling UWSC styles in Python

0.0.6
PyPI
Maintainers
1

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
    • (UWSC) MSGBOX method
    • (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.
  • InternetExplorer operation Method (actually planned to be implemented as an Edge or Chrome operation)
  • 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!

> pip install uwstyle

The usage is described in __init__.py under each directory, so refer to it.

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

Keywords

dialog utility

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts