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.1.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.1-py3-none-any.whl (3.2 kB view details)

Uploaded Python 3

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

Hashes for moremodule-0.1.1.tar.gz
Algorithm Hash digest
SHA256 03d6ac6b426af38b54e4733b52c05dea99bc83a88707fb327766961999f0f7a7
MD5 8027a14c52471ac8b31cd5062996a7a5
BLAKE2b-256 9b494854ea65a61e7297131ca74f26062e39585cacd49311a5b03cc0c1648b40

See more details on using hashes here.

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

Hashes for moremodule-0.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 99a49251d13498796a1f14c602268af9aeb479bebb29cda005ae387548d8b9ab
MD5 59a9dd90849887cedd5c98324b6ff721
BLAKE2b-256 75fa06e00e7338a8d195b0a45ccbd9471960d545b54470ad04a939159da8eb52

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