Skip to content

Repository files navigation

Setup Guide

This README is for personal reference and for fellow researchers replicating results. UV from Astral manages the environment.

🚀 Quick Setup

  1. Install UV

    • Windows:
      powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex"
    • Others: UV Installation Guide
  2. Update UV: uv self update

  3. Recreate virtual environment: uv sync

    ⚠️ UV updates .venv automatically, no need to uv sync after adding packages.

🛠️ Usage

  • Add a package: uv add <package-name>
  • Remove a package: uv remove <package-name>
  • Run a script: uv run <script-name>

    💡 VSCode detects .venv when run from the UI.

🔬 Specific prioject usage

💿 Create executable

  • run auto-py-to-exe uv run auto-py-to-exe
  • scroll to th bottom to load the configuration file (auto-py-to-exe_conf.json)
  • chaneg the name to the required version

Try python script

uv run img2xlsx.py "[img name in root folder].jpg"

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages