This Java project scans a directory, categorizes files by type, generates a user profile based on file usage, and suggests cleaning tips.
- Recursively scans files
- Categorizes by file type
- Profiles user habits
- Suggests file cleanups
C:\Users\YourName\Documents (or) C:\ (or) Just press enter so it takes your entire directory
Please wait after you enter directory path. It may take few seconds to a minute if it contains more number of files
javac src/*.java
java -cp src Main