Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Financial Manager

A comprehensive personal finance management application with both English and Persian versions.

Language Versions

🇬🇧 English Version

🇮🇷 Persian Version

📥 Installation

Windows Executable (Recommended)

Download the appropriate .exe file from the Releases page.

From Source

# 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!
# ========================================