AeroAndZero/Name-Fact-Generator

Old file got deleted while creating new file with same name

Opened this issue · 0 comments

#Showing Output

local_time=time.ctime()
image.save(str(name)+local_time+'.png')
image.show()

#Try this to save file by using time module which saves name with current time