An open API service indexing awesome lists of open source software.

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

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