https://github.com/quantumpixelator/caltechduereportscode
Desktop app to search Excel documents and generate reports.
https://github.com/quantumpixelator/caltechduereportscode
excel python tk tkinter
Last synced: 11 months ago
JSON representation
Desktop app to search Excel documents and generate reports.
- Host: GitHub
- URL: https://github.com/quantumpixelator/caltechduereportscode
- Owner: QuantumPixelator
- Created: 2025-07-18T16:35:59.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-07-18T16:46:43.000Z (11 months ago)
- Last Synced: 2025-07-18T20:54:16.402Z (11 months ago)
- Topics: excel, python, tk, tkinter
- Language: Python
- Homepage:
- Size: 62.5 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Caltech Due Date Reporting
A desktop app for searching Excel files in selected folders, filtering by due date, and exporting results.
Features include:
- Multi-folder selection
- Subfolder search
- Federal Gov't location toggle
- Date range selection with calendar popups (defaults to current month)
- Results preview with copy-to-clipboard (multi-row)
- Save results to Excel
- Progress bar and styled checkboxes/buttons
## Requirements
- Python 3.8+
- See `requirements.txt` for dependencies
## Installation
1. Clone or download this repository.
2. (Recommended) Create and activate a virtual environment:
```sh
python -m venv venv
venv\Scripts\activate
```
3. Install dependencies:
```sh
pip install -r requirements.txt
```
## Usage
Run the app with:
```sh
python main.pyw
```
## License
This project is licensed under the MIT [License](https://opensource.org/licenses/MIT).