Libraries and Tools Used
This project would not have been possible without the powerful and inspiring Python libraries that significantly shaped its development:
Textual Core framework for the TUI (Text User Interface), providing a modern, responsive, and interactive layout.
Rich Used for rendering beautifully styled text, tables, and rich system outputs.
Pathlib Essential for object-oriented file path manipulation and directory operations.
os Handles core file system operations such as creation, deletion, and navigation.
psutil Enables access to low-level system stats like CPU, memory, and disk usage.
🙏 Huge thanks and applause to the developers and contributors of these libraries. Your work made this project possible.
📚 Special Mention: The official Textual Documentation and the Textualize YouTube Channel were critical in understanding the framework and shaping the architecture of this application.