modify menu banners. resolves issue #12
In main_menu() and sub_menus(), replaced '=' with '≈' (\u2248").
Also replaced the delimeter that visually broke up the command output: Replaced:
print('=' * 16)
with
print(u"\u2248" * 16)
In main_menu() and sub_menus(), replaced '=' with '≈' (\u2248").
Also replaced the delimeter that visually broke up the command output: Replaced:
print('=' * 16)
with
print(u"\u2248" * 16)