Skip to content

NotNahid/ditto-zdb-extractor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

4 Commits
Β 
Β 
Β 
Β 

Repository files navigation

Ditto Clipboard .zdb Extractor

This Python script converts .zdb clipboard history files created by the Ditto clipboard manager into clean, readable .txt files.


βœ… Features

  • Automatically decompresses .zdb (GZIP-compressed) files.
  • Extracts only text-based clipboard entries.
  • Saves a clean, readable .txt file.
  • Works fully offline.

πŸ“¦ Requirements

  • Python 3.6 or newer
    (No extra libraries needed β€” uses only built-in modules)

πŸ›  How to Use

  1. Place your .zdb file in the same folder as the script.
  2. (Optional) Rename the file to: Ditto Clipboard History.zdb
  3. Open terminal or command prompt.
  4. Navigate to the folder where your script and .zdb file are located:
    cd "C:\Users\YourName\Path\To\Folder"
  5. Run the script:
    python ditto_zdb_to_txt.py
  6. βœ… A file named clipboard_output.txt will be created in the same folder.

πŸ“ Example Folder Layout

πŸ“‚ Folder
β”œβ”€β”€ Ditto Clipboard History.zdb
β”œβ”€β”€ ditto_zdb_to_txt.py
└── clipboard_output.txt  ← result

πŸ›‘οΈ Notes

  • Your data is never uploaded or stored β€” the script runs locally.
  • You can modify the output format as needed (e.g. JSON, CSV).

πŸ“œ License

Free to use and modify. MIT License.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages