/automated-utilities

Useful automations regarding file and folder management.

Primary LanguagePython

Automated Utilities

Automated Utilities application performs useful automations regarding file and folder management.

  • Puts a file into a zip file, adds a timestamp to its name, moves it to the necessary directory and copies the resulting filename to clipboard.
  • Creates backup files

This little project automates various tidious and time consuming tasks. At the same time serves as an opportunity to practice and explore python further.

More utilities will be implemented over time based on various needs...

How to run it

Automated Utilities is desinged to run using command prompt (cmd). So in order to use the current functionalities just run the following commands from the folder where the main.exe file is located:

  • main.exe add_zip_move source_folder destination_folder filename_with_extention
  • main.exe backup source_folder destination_folder filename_with_extention