# filesPack **Repository Path**: coderyrepos/filesPack ## Basic Information - **Project Name**: filesPack - **Description**: 文件打包器 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-12-17 - **Last Updated**: 2025-12-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # File Packager Tool A professional file filtering and packaging tool that allows users to select a directory and date, scan for files created or modified after that date, and package them into a ZIP archive while preserving the original path structure. ## Features - Directory selection with browse functionality - Date/time selection with calendar component - File filtering based on creation/modification dates - Packaging into ZIP archives with preserved directory structure - Progress tracking with estimated time remaining - Modern, responsive GUI using Tkinter - Configuration persistence ## Requirements - Python 3.8+ - Standard library modules (tkinter, os, datetime, zipfile, etc.) ## Installation ```bash pip install -r requirements.txt ``` ## Usage Run the main application: ```bash python src/main.py ```