landai-systems/DevHands

Add loading animation while DevHands is generating files

Offen

#10 geöffnet am 29.07.2025

 (0 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Python (3 Forks)auto 404
clienhancementgood first issueux

Repository-Metriken

Stars
 (3 Sterne)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

Description: When a user selects "Create new app", DevHands currently prints a message and generates the folder structure. Improve the user experience by adding a simple "loading" animation during the process.

Tasks:

  • Add a helper function (e.g. show_spinner()) that displays a rotating character or progress dots while files are being created.
  • Use threading or a simple loop with time.sleep().
  • Print a clean "✅ Done!" message once generation is complete.
  • Ensure this works in both Docker and native terminal environments.

Contributor Guide