https://github.com/faizanf33/atm-project
Atm functionalities using python
https://github.com/faizanf33/atm-project
accounts admin-panel email-notification login-system
Last synced: 5 months ago
JSON representation
Atm functionalities using python
- Host: GitHub
- URL: https://github.com/faizanf33/atm-project
- Owner: Faizanf33
- Created: 2018-03-08T14:34:31.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-06-25T14:42:30.000Z (over 7 years ago)
- Last Synced: 2025-05-07T13:03:58.923Z (5 months ago)
- Topics: accounts, admin-panel, email-notification, login-system
- Language: Python
- Homepage:
- Size: 1.38 MB
- Stars: 1
- Watchers: 3
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ATM
*(Beta mode)*
## To Run the code:
1. Open terminal and cd into 'atm-project' directory.2. Run the program using: python3 login.py or python login.py
3. Login using existing account
Or
4. Create new user and repeat step 3
## Admin Control
To get the Admin account, first create new account with the name "admin access"
*(Name must exactly be like that)* and then enter a password of your own choice, to enjoy admin controls.
Admin Controls:You can
- Check the number of users.- Check the active accounts name.
- Check the accounts information.
- Check the accounts activity.
- Search accounts
- De-Activate account.
**Please issue errors encountered during process**
### To do:
- GUI
- Accounts handling
- Admin Control
- Debugging
- Use on different operating systems