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)
note1 = module.Window.from_pid(p1.pid)
note2 = module.Window.from_pid(p2.pid)
print(note1)
print(note2)
if note1 and note2:
note2.position = (0, 0)
note2.size = (500, 300)
note1.size = (600, 600)
note1.attack_child(note2)
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()
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.4.tar.gz
(4.9 kB
view details)
Built Distribution
File details
Details for the file module-Thw-0.0.4.tar.gz
.
File metadata
- Download URL: module-Thw-0.0.4.tar.gz
- Upload date:
- Size: 4.9 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
Algorithm | Hash digest | |
---|---|---|
SHA256 | a6b9cd3b582544e05cbde5355606821fa2c56c123a02dd11969cafecf2afb53d |
|
MD5 | fc4c68bde91d5d49d87a9b0fd795bdf1 |
|
BLAKE2b-256 | 403bcebd82e802533ff06871c961c1abb3497239edf08b433cff77f2e29f80c9 |
File details
Details for the file module_Thw-0.0.4-py3-none-any.whl
.
File metadata
- Download URL: module_Thw-0.0.4-py3-none-any.whl
- Upload date:
- Size: 4.8 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
Algorithm | Hash digest | |
---|---|---|
SHA256 | c878e16bbd69e75fa46aacaa0a7cd58516d42e3f067dd61bae360329acc0448c |
|
MD5 | 677bd6eb6299ed7d184ad4c9cd1d65d8 |
|
BLAKE2b-256 | 836d560cb624d2dfa14e9e9d537ef7bfd5fb720a62420c8409aebe28befd59da |