Skip to content

Releases: sandeepyadav1478/Fast_Fourier_Transformation

Icon checking updation

22 Jun 14:54
545eb1e
Compare
Choose a tag to compare
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)