A Python GUI application that calculates the total cost of a long-distance call based on the selected rate category and call duration.
- Rate Category Selection: Choose between daytime, evening, and off-peak rates using radio buttons.
- Call Duration Input: Enter the number of minutes for the call in an easy-to-use input box.
- Dynamic Cost Calculation: Automatically calculates the total charge based on the selected rate and duration.
- Interactive GUI: Built using Tkinter, the application provides a user-friendly interface.
- Result Display: Displays the total charges in a pop-up message box.
- Python: Used to develop the application logic.
- Tkinter: Provides the graphical user interface for the project.
- Open the Python Source file (
call_charges.py) in Visual Studio Code. - Run the project.
This project was developed for my python programming class.