def get_databases(): """create a list with the name of each .db file from main folder.""" list_of_db = glob.glob('*.db') return list_of_db