Kreateer / automatic-file-sorter

A small program that automatically moves and sorts files based on user input

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Allow the user to choose whether to copy or move files to destination

Kreateer opened this issue · comments

Goal

  • Program allows the user to choose whether to copy or move files from source to destination.

Details

  • The program should give the user a choice between copying or moving the files from source to destination. Preferably, this would be a GUI dropdown or checkbox option when the program is run, either as a popup window or part of a main GUI.
  • The GUI has to be created using PySimpleGUI

Hi @Kreateer I would like to work on this issue, can you assign it to me, please?

@pushp1997 Hi! Sure, go ahead! ^^

@pushp1997 in the latest commit, I fixed an important issue that I somehow missed until now (oops 😅 ) and re-organized the main script, so make sure you have the new version of the file before continuing on with the issue 😊

Sure, got it! @Kreateer

One more thing, shoould it be a popup or should I add it to the main windows above the filetyepe dropdown?

@pushp1997 well, until now the basic popup worked fine for it, but I have plans to replace the popups with options in the main window, so any updates to the GUI should go into the main layout 😄

Hey @Kreateer, please review the PR #7 that I have raised for the same and let me know if further changes are required. Thank you 😊

@pushp1997 Got it, will have a look in a bit! 😃