Skip to content

Fix #52: Improve setup.bat UI (No backend changes allowed)#53

Open
itniuma2026 wants to merge 1 commit intoSurajkumar5050:mainfrom
itniuma2026:niuma/fix-52
Open

Fix #52: Improve setup.bat UI (No backend changes allowed)#53
itniuma2026 wants to merge 1 commit intoSurajkumar5050:mainfrom
itniuma2026:niuma/fix-52

Conversation

@itniuma2026
Copy link

Summary

Improve the visual/UI experience of setup.bat by adding colored output, ASCII banners, styled section headers, and better progress messages while keeping all backend logic identical.

Approach

Enhance setup.bat with the following UI improvements only: (1) Add an ASCII art banner at the top displaying the ZYRON name/logo using only safe ASCII characters compatible with Windows cmd. (2) Use ANSI color codes via 'color' command or echo with escape sequences where supported, or use simple box-drawing with dashes and equals signs for section separators. (3) Add styled section headers (e.g., surrounded by dashes) for each major step like 'Checking Python', 'Creating Virtual Environment', 'Installing Dependencies', etc. (4) Improve status messages to be more descriptive and welcoming (e.g., 'Setting up your ZYRON environment...' instead of plain text). (5) Add a completion banner/message at the end. (6) Use only ASCII-safe characters (no Unicode box-drawing, no emojis) to ensure compatibility across all Windows cmd environments. (7) Preserve every existing command, condition, error check, and flow exactly as-is — only wrap them with better visual output.

Files Changed

  • setup.bat

Related Issue

Fixes #52

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Improve setup.bat UI (No backend changes allowed)

1 participant