Welcome To Crax.Pro Forum!

Check our new Marketplace at Crax.Shop

   Login! SignUp Now!
  • We are in solidarity with our brothers and sisters in Palestine. Free Palestine. To learn more visit this Page

  • Crax.Pro domain has been taken down!

    Alternatives: Craxpro.io | Craxpro.com

  1. rachelpat

    Duplicate File Finder python code

    post the below code into a python ide or visual studio code, save with .py extension and run. (edit os.path.expanduser to the directories you want to search) import os import hashlib import tkinter as tk from tkinter import messagebox def get_file_hash(file_path): """Get the SHA-256 hash...
  2. donodino88

    Python Bulk Files Deleter

    Purger in Python it is able to delete millions of files instantly it uses future to get maximum speed, it asks user for path where the files are located then asks user to select number of threads to use for file deletion. It also includes progress bar as well, first it scans the folder and...
Top Bottom