DirViewer is a simple command-line tool that allows users to navigate directories, list files, and view the current working directory using Python. It provides an interactive way to explore file structures efficiently.
- Display the current working directory.
- Switch to a different directory by typing its name.
- List all files and folders in the selected directory.
- Error handling for incorrect or inaccessible directories.
- Smooth user experience with minimal delays.
- Exit option for seamless program termination.
- Run the script to start navigation.
- Enter a directory name to switch to it.
- View the files and subdirectories within the selected directory.
- Type "exit" to quit the program.
- If a directory does not exist, a message will be displayed.
- If access is denied, an appropriate warning will be shown.
This project is open-source and available under the MIT License.
If you still have trouble using the application,