ATM-Service Console ApplicationΒΆ
import getpass as gp
from datetime import datetime
import sys
from time import sleep
import os
import sendsms
The getpass module is used for secure password input, the datetime module provides classes for manipulating dates and times, the sys module provides access to some variables used or maintained by the interpreter and to functions that interact with the interpreter, the time module provides various time-related functions, and the os module provides functions for interacting with the operating system. The sendsms module is used for sending sms notification at each level of transaction and required times.