https://github.com/calloc2/microsipfilter
A Python application to filter call records from CSV files exported by Microsip.
https://github.com/calloc2/microsipfilter
csv data-analysis microsip pandas python tkinter voip
Last synced: 11 months ago
JSON representation
A Python application to filter call records from CSV files exported by Microsip.
- Host: GitHub
- URL: https://github.com/calloc2/microsipfilter
- Owner: calloc2
- Created: 2025-04-23T18:51:09.000Z (11 months ago)
- Default Branch: master
- Last Pushed: 2025-04-23T20:51:45.000Z (11 months ago)
- Last Synced: 2025-04-24T00:59:09.216Z (11 months ago)
- Topics: csv, data-analysis, microsip, pandas, python, tkinter, voip
- Language: Python
- Homepage:
- Size: 228 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Microsip Call Filter
A Python application to filter call records from a CSV file based on type (`in`, `miss`, or `both`) and optionally convert timestamps to a readable format.
## Features
- Filter calls by type (`in`, `miss`, or `both`).
- Specify a date range for filtering.
- Convert Unix timestamps to a human-readable format.
- Save filtered results to a new CSV file.
## Requirements
- Python 3.8+
- Required libraries:
- `pandas`
- `ttkbootstrap`
- `tkcalendar`
## Installation
1. Clone the repository:
```bash
git clone
cd microsipFilter
2. Running:
```bash
python main.py
```