Skip to content

Latest commit

 

History

History
42 lines (32 loc) · 874 Bytes

README.md

File metadata and controls

42 lines (32 loc) · 874 Bytes

no-file-found

Team name: no-file-found

Team members:

  1. Korn Visaltanchoti (Bank)
  2. Phasit Thanitkul (Kane)
  3. Bhumin Sabsrisupachai (Pooh)
  4. Kasidis Manasurangkul (Mo)

Project: File Finder Tool

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

For Development

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