Skip to content

This is an assessment mini-project for SEN-201 Software Engineering Process Competency -- CMKL University

Notifications You must be signed in to change notification settings

Thanitkul/no-file-found

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

This is an assessment mini-project for SEN-201 Software Engineering Process Competency -- CMKL University

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages