Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Add duplicate_file_finder.py utility script#3161

Open
Sumit6258 wants to merge 2 commits intogeekcomputers:masterfrom
Sumit6258:master
Open

Add duplicate_file_finder.py utility script#3161
Sumit6258 wants to merge 2 commits intogeekcomputers:masterfrom
Sumit6258:master

Conversation

@Sumit6258
Copy link

This PR adds a utility script duplicate_file_finder.py.

Features:

  • Scans a directory recursively
  • Detects duplicate files using SHA256 hashing
  • Prints duplicate file pairs

This script may help users clean up storage and learn about hashing in Python.

The script follows the simple standalone style used in this repository.

@Sumit6258
Copy link
Author

The second file I added is:
typing_speed_test.py - simple CLI typing speed tester

This PR adds a simple command-line typing speed test script.

Features:

  • Random sentence typing test
  • Calculates typing speed in words per minute (WPM)
  • Measures typing accuracy
  • Uses only Python standard library

The script is beginner-friendly and demonstrates concepts such as timing, string comparison, and user input.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant