The File Explorer works by giving you access to all of your computer's folders and files.
It will list the available file and folders within your computer, allowing you to create, rename and delete file and folder.
It also allows the user to work with zip and rar files.
The user can select the application theme from the list to change it at runtime.
All file handling features are also implemented through the "Context Menu".
The User Interface(UI) of this application is implemented by ttkbootstrap.
- Create New Folder
- Delete Folder and File
- Rename Folder and File
- Open ZIP File
- Extract ZIP File
- Compress to ZIP File
- Open RAR File
- Extract RAR File
- Compress to RAR File
- Search in Folders, Files and Files extension
- Change The Application Theme
- Context Menu
When the application is run, the system is scanned and all drives, folders, and files are extracted.
By clicking on "This PC", the system drives will be displayed.
To create a new folder, simply navigate to the desired path, click the "New Folder" button, enter the name, and the folder will be created.
To delete a file or folder, click the "Delete" button to delete the file or folder.
To rename a file or folder, click the "Rename" button and enter the desired name.
Using the "Open ZIP File" button, you can view the files and folders inside a zip file.
Using the "Extract ZIP File" button, you can extract the zipped file to get the files and folders inside.
This button is used to compress and convert a folder into a zip file.
Using the "Open RAR File" button, you can view the files and folders inside a rar file.
Using the "Extract RAR File" button, you can extract the rar file to get the files and folders inside.
This button is used to compress and convert a folder into a rar file.
To search for file and folder names, enter the desired phrase and click the "Search" button.
The result will be displayed in the terminal environment as follows:
Using the combobox placed on the page, the application theme can be changed at runtime.
All file handling features are also implemented through the "Context Menu" and with "Right Click".