Skip to main content

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 install needed).
  • Beginner Friendly: Scratch-style commands like glide_mouse().
  • Lightweight: Uses only built-in Windows ctypes.

🛠️ How to Setup

  1. Create a new file named whateveryoulike.py in your project folder.
  2. Copy and paste the Full Source Code (found at the bottom of this page) into that file.
  3. In your own script, just type import moremodule and 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)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

moremodule-0.1.0-py3-none-any.whl (3.2 kB view details)

Uploaded Python 3

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

Hashes for moremodule-0.1.0.tar.gz
Algorithm Hash digest
SHA256 029d422ced272f31746948626840b35d0c9a1061213592f6e76a470faef120de
MD5 4832982206b749a2572bdce54418fc27
BLAKE2b-256 c6f5e8fa7548c5d78e8ee073704d7ddcd5aa94bfc3dcd36642c8f600ff8a06fe

See more details on using hashes here.

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

Hashes for moremodule-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 35a382b4e1f3ff27a0bf8b451374d6b26295a2af0ed0b0f0227fab03dfaf7833
MD5 c8dc76f9462b84094ea8bf22d21f91b9
BLAKE2b-256 359dae5ffa12f160ddedb6690117058af0255782f5b11791add8ef8f83a402bc

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page