ghanender-chauhan / Text-to-handwritting-OSF

3 stars 1 forks source link

Autoname the save file ? #2

Closed ghanender-chauhan closed 3 years ago

ghanender-chauhan commented 3 years ago

We have to change the name of save file everytime before running the programme. It dosnt generating random names to save the file

Screenshot (6)

Siddharth1006 commented 3 years ago

Can we use rename function (from the os module) and iteratively save the file names?

ghanender-chauhan commented 3 years ago

Can we use rename function (from the os module) and iteratively save the file names?

Yep you can use...try it !!

av1shek commented 3 years ago

Can you explain more? What should be the name of file, is it dynamic different every time ?? if yes then what should be the naming criteria ?

ghanender-chauhan commented 3 years ago

Can you explain more? What should be the name of file, is it dynamic different every time ?? if yes then what should be the naming criteria ?

You can randomly name the save file(and it should be different everytime) make a function or anything you want....