Skip to content

javidahmed64592/mouse-controls

Repository files navigation

python uv Ruff License: MIT

Template Python Repository

This repository can be used as a template for a Python application.

Table of Contents

uv

This repository is managed using the uv Python project manager: https://docs.astral.sh/uv/

To install uv:

curl -LsSf https://astral.sh/uv/install.sh | sh                                    # Linux/Mac
powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex" # Windows

Installing Dependencies

Install the required dependencies using pip:

uv sync

To install with dev dependencies:

uv sync --extra dev

Testing, Linting, and Type Checking

  • Run tests: uv run pytest
  • Lint code: uv run ruff check .
  • Format code: uv run ruff format .
  • Type check: uv run mypy .

About

A simple Python library for controlling the user's mouse.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages