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.0.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.0.tar.gz.
File metadata
- Download URL: moremodule-0.1.0.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 |
029d422ced272f31746948626840b35d0c9a1061213592f6e76a470faef120de
|
|
| MD5 |
4832982206b749a2572bdce54418fc27
|
|
| BLAKE2b-256 |
c6f5e8fa7548c5d78e8ee073704d7ddcd5aa94bfc3dcd36642c8f600ff8a06fe
|
File details
Details for the file moremodule-0.1.0-py3-none-any.whl.
File metadata
- Download URL: moremodule-0.1.0-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 |
35a382b4e1f3ff27a0bf8b451374d6b26295a2af0ed0b0f0227fab03dfaf7833
|
|
| MD5 |
c8dc76f9462b84094ea8bf22d21f91b9
|
|
| BLAKE2b-256 |
359dae5ffa12f160ddedb6690117058af0255782f5b11791add8ef8f83a402bc
|