AmorPy is a desktop application designed to calculate and create asset amortization & depreciation schedules with a clean and easy-to-use interface.
Download latest app in release page (version 1.7)
- Methods: Straight-Line, Double Declining Balance, Sum-of-the-Years Digits.
- Salvage Value: Calculate depreciation with residual value.
- Charts: Visual depreciation schedule.
- Calendar Picker: Easy date selection with auto-open and validation.
- Decimal Support: Precise currency input.
Before you begin, ensure you have met the following requirements:
- Python 3.x
- Windows/Linux/Mac Operating System
-
Clone repository:
git clone https://github.com/bintanngg/AmorPy.git
-
Navigate to the latest project directory:
cd AmorPy/v1.7 -
Install the required dependencies: It is recommended to create a virtual environment.
pip install -r requirements.txt
-
Run the application:
python app.py
This project is licensed under the MIT License - see the LICENSE file for details.