(text)
| 107 | return f"{kb}KB" |
| 108 | |
| 109 | def print_header(text): |
| 110 | print(f"\n{Colors.BOLD}{Colors.CYAN}{'='*60}") |
| 111 | print(f" {text}") |
| 112 | print(f"{'='*60}{Colors.RESET}\n") |
| 113 | |
| 114 | def print_section(text): |
| 115 | print(f"\n{Colors.BOLD}--- {text} ---{Colors.RESET}") |