Skip to main content

some module

Project description

module

Some module for python

Installation

pip install module-thw

Example

Window

import subprocess
import module
import time


p1 = subprocess.Popen("C:\\WINDOWS\\system32\\notepad.exe")
p2 = subprocess.Popen("C:\\WINDOWS\\system32\\notepad.exe")
time.sleep(.1)
lst_note1 = module.Window.from_pid(p1.pid)
lst_note2 = module.Window.from_pid(p2.pid)
print(note1)
print(note2)
for note1 in lst_note1:
    if note1.is_visible():
        for note2 in lst_note2:
            note2.position = (0, 0)
            note2.size = (500, 300)
            note1.attachments(note2)
        break

Path

convert to EXE to see the different.

import module


path = module.Path(__file__)
print(path.source)
print(path.source.join("test"))
print(path.app)

ThreadList

list using to get each element from multi thead

import threading
import module


lst = module.ThreadList([1, 2, 3, 4, 5])

def thread(index):
    i = lst.next()
    while i is not None:
        print("Thread", index, "-", i)
        i = lst.next()

threading.Thread(target=thread, args=(0, )).start()
threading.Thread(target=thread, args=(1, )).start()
threading.Thread(target=thread, args=(2, )).start()

hide_console

Hide console of application. It isn't like --noconsole in pyinstaller

import module


module.hide_console()

alert_excepthook

Will have a message box about exceptions, not only on the console

import module


module.alert_excepthook()

a = 1 / 0

alert

a window message box, return button clicked

import module


button = module.alert("this is a message", module.TypesButtons.OK_CANCEL)
print(button == module.Buttons.OK)

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

module-Thw-0.0.5.tar.gz (5.0 kB view details)

Uploaded Source

Built Distribution

module_Thw-0.0.5-py3-none-any.whl (4.9 kB view details)

Uploaded Python 3

File details

Details for the file module-Thw-0.0.5.tar.gz.

File metadata

  • Download URL: module-Thw-0.0.5.tar.gz
  • Upload date:
  • Size: 5.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.25.1 requests-toolbelt/0.9.1 urllib3/1.26.3 tqdm/4.62.2 importlib-metadata/4.11.2 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.2

File hashes

Hashes for module-Thw-0.0.5.tar.gz
Algorithm Hash digest
SHA256 5918a553159aaa7445f5e40c648d19fefd9bee105c840d8fb0aa5638130f01c0
MD5 2cee6f21ea39e37d91a15fd71bcafd79
BLAKE2b-256 ae1acdaab76aa6eafacb670f0f7d27c203d9fcb41daf0dec93abb39f4d9c7cc0

See more details on using hashes here.

File details

Details for the file module_Thw-0.0.5-py3-none-any.whl.

File metadata

  • Download URL: module_Thw-0.0.5-py3-none-any.whl
  • Upload date:
  • Size: 4.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.25.1 requests-toolbelt/0.9.1 urllib3/1.26.3 tqdm/4.62.2 importlib-metadata/4.11.2 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.2

File hashes

Hashes for module_Thw-0.0.5-py3-none-any.whl
Algorithm Hash digest
SHA256 42e4c672247ec856f44d002514921c1f2e4ad9a04a82299f2020a76c78d751a3
MD5 5e1ef45df4a7ccb2d932450040f089bf
BLAKE2b-256 46f2ec738a7a10ad82b63f452991798f2b3728acef08e8bfe1efac43d8e801af

See more details on using hashes here.

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