A Python-based Bkash Management System that allows users to perform transactions like sending money, cashing out, mobile recharge, donations, and more. The system includes features such as account authentication, transaction history logging, daily transaction limits, and security measures. Features
✅ User authentication with PIN protection
✅ Send money to another bKash account
✅ Cash out money with a minimum limit
✅ Mobile recharge with a minimum amount restriction
✅ Donation system to send money to causes
✅ Transaction history log
✅ Daily transaction limit enforcement
✅ Change PIN functionality
✅ Request money from other users
✅ Account security with failed attempt locking
Installation
-
Clone this repository: git clone https://github.com/jobayerhoquesiddique/bkash-management-system.git
-
Navigate to the project directory: cd bkash-management-system
-
Run the script: python bkash.py
Usage
Run the script and enter your bKash account number and PIN.
Choose from the menu options to perform transactions.
Follow the prompts to complete transactions such as sending money, cashing out, and mobile recharge.
Use My bKash to view transaction history or change PIN.
Exit the program when done.
Example Run === bKash Login === Enter your account number: 01712121212 Enter your PIN: 213 Login successful!
=== bKash Menu ===
- Send Money
- Cash Out
- Mobile Recharge
- Donations
- Request Money
- Check Balance
- My bKash
- Exit Enter your choice: 1 Enter recipient's account number: 01712345678 Enter amount to send: 500 Successfully sent 500 to 01712345678.
Contribution Contributions are welcome! To contribute:
- Fork the repository.
- Create a new branch (feature-branch). 3, Commit your changes.
- Push to your branch and submit a pull request.