From 7e93002737ccbf15be7aa9c881b4f5d7031eb0a3 Mon Sep 17 00:00:00 2001 From: jefnilham <39832806+jefnilham@users.noreply.github.com> Date: Wed, 23 Feb 2022 10:41:27 +0800 Subject: [PATCH] updated in Files section **File Duplicate Remover** - Create a script that can remove duplicates in the same folder to help with file management, backups and cleanups. [[jefnilham (Python)]](https://github.com/jefnilham/duplicate-remover) --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index ab6b693d..669917af 100644 --- a/README.md +++ b/README.md @@ -224,6 +224,8 @@ Web Files --------- +**File Duplicate Remover** - Create a script that can remove duplicates in the same folder to help with file management, backups and cleanups. [[jefnilham (Python)]](https://github.com/jefnilham/duplicate-remover) + **Quiz Maker** - Make an application which takes various questions form a file, picked randomly, and puts together a quiz for students. Each quiz can be different and then reads a key to grade the quizzes.[[melvin0008 (PHP)]](https://github.com/melvin0008/quizcreator) **File Explorer** - Create your own simple windows explorer program. Add feature(s) you always thought are missing from MS Windows Explorer or Mac Finder.