Emulator Manager for THW Emulator instances
Project description
Emulator Manager
A Python tool to manage multiple instances of the THW Emulator. Launch, stop, reboot, organize windows, and monitor the status of your emulator instances effortlessly.
Features
- Launch multiple emulator instances
- Stop or reboot instances
- Organize emulator windows on the screen
- Check the status of each instance
- Calculate virtual machine sizes
Usage
from dc_thw_emulator import EmulatorManager
# Create an instance of EmulatorManager
manager = EmulatorManager()
# Launch 3 emulator instances
manager.launch_instances(3)
# Stop all instances
manager.stop_instances()
# Reboot all instances with a 3-second delay
manager.reboot_instances(delay=3)
# Organize emulator windows on screen
manager.organize_windows()
# Check the status of each instance
manager.check_status()
# Get the name of each instance
manager.get_instance_name()
# Calculate the size of the virtual machines
manager.calculate_vms_size()
Installation
Install via pip:
pip install dc-thw-emulator
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
dc_thw_emulator-0.0.1.tar.gz
(2.8 kB
view details)
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 dc_thw_emulator-0.0.1.tar.gz.
File metadata
- Download URL: dc_thw_emulator-0.0.1.tar.gz
- Upload date:
- Size: 2.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f329601b7b1ebd486b34fae0ab40a477cd787750df12bb40dcce005957004793
|
|
| MD5 |
35d1d89b428f93b61fd9a078c6dec33a
|
|
| BLAKE2b-256 |
0dbca1d04d754ecd9a39bdb910e25d2e675f69e00b6ea4765e57ae3ab9bb4a72
|
File details
Details for the file dc_thw_emulator-0.0.1-py3-none-any.whl.
File metadata
- Download URL: dc_thw_emulator-0.0.1-py3-none-any.whl
- Upload date:
- Size: 3.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
49a3d44bef1fe81dff2fb34b9ed69b4d59970248d620f2e9ba7d13aebf067ce2
|
|
| MD5 |
8f8a74e7c4fa1eba7455c2f55947924b
|
|
| BLAKE2b-256 |
e9fa96f47676ea73e73ae7a2e9a72aa31ff242bceb67040313c008eb27a8b470
|