from genericpath import exists
# adding icon
if exists(icon_loc):pg.display.set_icon(pg.image.load(icon_loc))
from pygame import NOFRAME
# surface without frame
screen = pg.display.set_mode((perc_width(75), perc_width(33)),NOFRAME)
from genericpath import exists
# adding icon
if exists(icon_loc):pg.display.set_icon(pg.image.load(icon_loc))
from pygame import NOFRAME
# surface without frame
screen = pg.display.set_mode((perc_width(75), perc_width(33)),NOFRAME)