Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 433 Bytes

File metadata and controls

10 lines (6 loc) · 433 Bytes

Miscellaneous Python Tools

A collection of simple and useful Python scripts for various development tasks.

Quickstart: Create a New Python Project with uv

You can quickly scaffold a new Python project using uv by running the following command in your terminal:

bash <(curl -s https://raw.githubusercontent.com/MattMcL4475/python/refs/heads/main/create-uv-project.sh) myproject