Question: Task You are required to produce a Python Program to to create a tool to rename files without mistakes in a couple of seconds. Users

 Task You are required to produce a Python Program to to

Task You are required to produce a Python Program to to create a tool to rename files without mistakes in a couple of seconds. Users should be able to pass the naming convention of their own choice to rename all the files in the directory. Here the regex module will help match the required naming patterns if you know how regex works. If a user pass naming convention such as myfiles as part of the commands then the tool should rename the files like myfiles 123, where 123 is a number. To complete the task, you have to produce an output which include the following: 1. Implement a feature that allow users to choose only certain number of files for renaming, instead of all the files. 2. For this feature the tool will sort the files based on alphabetical order, time of file creation, or file size, depending on the user's requirements. The Python code (e.g., relevant comments, structure, simplicity, uses of functions/arrays/list, no warnings/errors and etc) and the output file (e.g., completeness/accuracy of the information required) will also be assessed. By the end of the project, you need to submit 3-page report containing: 1. Introduction 2. Problem Statement 3. Methodology (Flow Chart/ Algorithm) 4. Discussion (e.g., Difficulties/challenges in setting up the code? Any strategy you adopted that makes the code more efficient or user friendly?) 5. Conclusion

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!