Skip to content

rinehartj/fileToolsJason

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fileToolsJason

This is a repository of custom-made Python scripts made to find duplicate files in specified directories.

visualDuplicatesFinder.py:

  • A graphical interface that scans one or two directories for duplicates using open source software difPy. difPy uses OpenCV to detect duplicates—even when the resolution is different or the image is rotated.
  • This program allows the user to mark individual files for deletion. For example, if duplicates were found at C:\image.jpg and C:\somefolder\image.jpg, the user could delete either image, or both right in the graphical user interface.

visualDuplicatesFinder Homescreen.jpg

renameGUIDsNotion:

Assists in porting pages from Notion to file systems by removing GUIDs and fixing file paths in markdown (.md) files. This program has been tested as working on Windows 11.

  • Removes GUIDs from file and folder names while keeping them paired in case of name collisions
  • Adjusts contents of markdown files to remove all GUIDs from paths for media and hyperlinks.
  • Pages are easily navigable and modifiable in VSCode by enabling page preview. Exporting as HTML or PDF can make it more difficult to modify Notion pages after they have been exported.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages