Atani Report is a Python desktop application that generates reports from Excel files. The application uses openpyxl, as well as tkinter and customtkinter libraries to create a user-friendly interface.
Download the latest version here.
- Upload Excel files
- Generate reports
- Copy reports to clipboard
- Python 3.7 or later
Download the latest executable version here
or
- Clone the repository or download the ZIP file.
- Install the required packages by running
pip install -r requirements.txt
. - Run the application by executing
python atani_report.py
.
- Upload an Excel file by clicking the "File" button.
- Click the "Generate Report" button to generate a report.
- Click the "Copy to clipboard" button to copy the report to clipboard.