A standalone Python package
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
ctypes.
🛠️ 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)
🖱️ 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))
WAIT TIME:
import moremodule
moremodule.wait(1) # wait 1 second
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.1.tar.gz
(2.5 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.1.tar.gz.
File metadata
- Download URL: moremodule-0.1.1.tar.gz
- Upload date:
- Size: 2.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
03d6ac6b426af38b54e4733b52c05dea99bc83a88707fb327766961999f0f7a7
|
|
| MD5 |
8027a14c52471ac8b31cd5062996a7a5
|
|
| BLAKE2b-256 |
9b494854ea65a61e7297131ca74f26062e39585cacd49311a5b03cc0c1648b40
|
File details
Details for the file moremodule-0.1.1-py3-none-any.whl.
File metadata
- Download URL: moremodule-0.1.1-py3-none-any.whl
- Upload date:
- Size: 3.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 |
99a49251d13498796a1f14c602268af9aeb479bebb29cda005ae387548d8b9ab
|
|
| MD5 |
59a9dd90849887cedd5c98324b6ff721
|
|
| BLAKE2b-256 |
75fa06e00e7338a8d195b0a45ccbd9471960d545b54470ad04a939159da8eb52
|