A comprehensive personal finance management application with both English and Persian versions.
- Branch:
main - Calendar: Gregorian
- Currency: USD
- Download Latest English Version
- Branch:
persian - Calendar: Jalali (Persian)
- Currency: Toman
- Download Latest Persian Version
Download the appropriate .exe file from the Releases page.
# English version
git clone -b main https://github.com/your-username/financial-manager.git
cd financial-manager
pip install -r requirements.txt
python main_en.py
# Persian version
git clone -b persian https://github.com/your-username/financial-manager.git
cd financial-manager
pip install -r requirements.txt
python main_fa.py
# ========================================
# Features
✅ Gregorian calendar
✅ USD currency
✅ Full English interface
✅ Password protection
✅ Transaction management
✅ Income & expense tracking
✅ Monthly/yearly reports
✅ Installment management
🔄 Automatic Builds
This project uses GitHub Actions to automatically build both versions:
English: Updated on every push to main branch
Persian: Updated on every push to persian branch
# ========================================
# Contributing
Contributions are welcome! Please:
Fork the repository
Create a feature branch
Submit a pull request
# ========================================
# License
MIT License - feel free to use and modify.
# Author
A.M.H
# Acknowledgments
Built with Python and Tkinter
Uses GitHub Actions for CI/CD
Persian calendar support via jdatetime
# ========================================
⭐️ If you find this project useful, please give it a star!
# ========================================