simple python scripts i use in my life for automating some tasks , this repo will be updated continuously
- add logo to images : the code will ask you for the logo name then will add this logo to all the images in the folder beside the logo.
- organize directory files : this code will organize your downlaod folder into categorized folders
- rename images in folder : this code will rename images in a folder like 1 , 2 ,3 and so on.
- renam images cmd :this code will rename images in a folder like 1 , 2 ,3 and so on but i take the directory from cmd using typer library.
- resize images : this code will ask you for the size of the images , then will resize the all the images beside this folder to this size.