UniCalc is a modern, easy-to-use desktop calculator for quick percentage and tax calculations. Built with Python and Tkinter, it’s perfect for students, small businesses, and anyone who needs fast, reliable answers.
- Clean, tabbed interface for Percentage and Tax tools
- Four percentage calculators:
- What is X% of Y?
- X is what percent of Y?
- Percentage increase/decrease
- If X is Y%, what is the whole?
- Two tax calculators:
- Add tax to a base price
- Extract tax from a final price
- Shared tax rate input for both tax tools
- AED currency (easy to change in code)
- One-click
CLEARfor each calculator and a globalCLEAR ALLbutton
- Install Python 3.8+ (with Tkinter)
- Download or clone this repository
- Run:
python CALC_Unified.pyIf 50 is 25%, what is the whole?
Enter
50and25in the inverse percentage tool → result:200.00
If you have questions or want to contribute, open an issue or pull request.
© 2025 UniCalc. All rights reserved.