An small modules
Project description
🚀 MoreModule
The easiest way to automate Windows without installing anything!
💡 Why use MoreModule?
- ✅ Zero Dependencies: Works with standard Python (no
pip installneeded). - ✅ Beginner Friendly: Scratch-style commands like
glide_mouse(). - ✅ Lightweight: Uses only built-in Windows
ctypesandtkinter.
🛠️ How to Setup
- Create a new file named
whateveryoulike.pyin your project folder. - Copy and paste the Full Source Code (found at the bottom of this page) into that file.
- In your own script, just type
import moremoduleand start coding!
📖 Examples & Usage
🖱️ Smooth Mouse Glide (Scratch Style)
Move the mouse smoothly over time instead of teleporting!
import moremodule
# Move to X:500, Y:500 over 2 seconds
moremodule.glide_mouse(500, 500, duration=2.0)
🖱️ Set mouse postion
import moremodule
moremodule.set_mouse_position(100,200) # set mouse position to X:100, Y:200
🖱️ Click Mouse
import moremodule
# Click the right button
moremodule.right_click()
# CLick the left button
moremodule.left_click()
Random number!
import moremodule
print(moremodule.randint(1,100)) # example: 36
primt(moremodule.unitform(0.1,0.9)) # example: 0.5
Wait time!:
import moremodule
moremodule.wait(1) # wait 1 second
Get the screen height and width
import moremodule
print(moremodule.get_screen_height()) # print your height
print(moremodule.get_screen_width()) # print your width
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
moremodule-0.1.4.tar.gz
(3.2 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 moremodule-0.1.4.tar.gz.
File metadata
- Download URL: moremodule-0.1.4.tar.gz
- Upload date:
- Size: 3.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3cfe5b5a2aefdc9b9dfd02ef21edd66c854c74d43fa117f0affa42b0f3114d7f
|
|
| MD5 |
5f89ff3268f4eed671592b52986f3b95
|
|
| BLAKE2b-256 |
85af86947f41cb7c54629d1ab3df644b05a9582920ca04c4304b25bf27118fda
|
File details
Details for the file moremodule-0.1.4-py3-none-any.whl.
File metadata
- Download URL: moremodule-0.1.4-py3-none-any.whl
- Upload date:
- Size: 4.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a89921f79f38afa7d61f34357e802fba166b07e4ba00b98527662ce3400de706
|
|
| MD5 |
cfa754b6a9a82ffa33a1bb163bcf6268
|
|
| BLAKE2b-256 |
f5c680fe1f0d792c259b28a87d4570ecef676965619c190d1b64ddd28908aad2
|