Skip to content

This script opens all the .zip archives, parses all the text tables inside of each archive and print all data strings suitable on query.

Notifications You must be signed in to change notification settings

tolber01/Zip-archive-text-databases-parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Zip-archive-text-databases-parser

This script opens all the .zip archives, parses all the text tables inside of each archive and print all data strings suitable on query.

Using only built-in libs:

  • os;
  • multiprocessing;
  • functools;
  • time;
  • zipfile.

About

This script opens all the .zip archives, parses all the text tables inside of each archive and print all data strings suitable on query.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages