Skip to content

zzre/AICS306-FileExplorer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AICS306-FileExplorer

시스템보안 3조 파일탐색기

Prerequisites

  • Git - For cloning repository / git bash
  • Python - preferably Python 3.12
  • Chocolatey - Windows package manager
  • Make - build automation tool

Build

1. Clone the repository

git clone "https://github.com/zzre/AICS306-FileExplorer"
cd "AICS306-FileExplorer"

2. Install Dependencies

python3 -m pip install -r requirements.txt

3. Build

Execute commands on git bash.

Install make (requires administrator privileges):

choco install make

Build:

make

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published