landai-systems/DevHands

Add loading animation while DevHands is generating files

开放

#10 创建于 2025年7月29日

 (0 条评论) (0 个反应) (0 位负责人)Python (3 个派生)auto 404
clienhancementgood first issueux

仓库指标

星标
 (3 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

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.

贡献者指南