# IDfenxi **Repository Path**: ZhuGeMaJiang/idfenxi ## Basic Information - **Project Name**: IDfenxi - **Description**: copy - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-05-11 - **Last Updated**: 2025-05-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg) ](https://colab.research.google.com/github/peter-zx/IDfenxi) # 最新版本 20250505 ![alt text](image.png) ``` D:\竹相左边20250219\ai_work\news0429 ├── core/ │ └── extractor.py ├── mappings/ │ ├── european_countries.py │ └── us_states.py ├── ui/ │ ├── gui.py │ ├── links_config.py │ └── sponsor_config.py ├── util/ │ └── helpers.py ├── static/ │ └── images/ │ └── qr_code.jpg ├── templates/ │ ├── index.html │ ├── result.html │ └── sponsor.html ├── .dockerignore ├── .gitignore ├── app.py ├── input_data.txt ├── LICENSE ├── main_gui.py ├── README.md ├── requirements.txt └── Dockerfile ```