- Korn Visaltanchoti (Bank)
- Phasit Thanitkul (Kane)
- Bhumin Sabsrisupachai (Pooh)
- Kasidis Manasurangkul (Mo)
A software to help users find files on their computer. Includes the following capabilities:
- Display a tree-structured list of folders and files
- Navigate through folders within the tree-structured list
- Select a file to view its attributes
- Search for files from the current directory, with and without wildcards
- View search history within the session
- Export the search history as a CSV
To create a virtual environment
python -m venv env
To activate the virtual environment
source env/bin/activate
To install required libraries
pip install -r requirement.txt
To run the application
python -m app