File manager/File System
- 1 Devlogs
- 13 Total hours
A Python-based virtual file system CLI application that simulates full directory structures and file management within custom JSON storage files. Features local user authentication, directory navigation, custom file editor with save/exit shortcuts, folder creation, reading, and overwriting for over 40 distinct plain text and code file extensions. Resources A lightweight, terminal-based file system simulator written in Python. This application emulates standard operating system directory structures, file creation, reading, and editing operations while persisting all data to JSON-formatted .pilu system files. User Authentication: Local user signup and login stored securely in User_data.pilu. Directory Navigation: Move through virtual nested directories using path commands. File Management: Create folders, create files with custom extensions, view contents, append text, and overwrite files. And more. go on my GitHub page to know more