geekcomputers / geekcomputers/Python
Python file to rename multiple file names in a directory
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 35.4k
- Forks
- 12.9k
- Avg merge
- 2h 37m
- Merged PRs (30d)
- 1
Description
While working over several projects in web development, the most irritating thing is having image files of different name and converting into smaller and simpler file names i.e(1.jpeg,2.jpeg etc).
I can create a python script for the same, on running the script it will change all the files to numerical file names.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No file or test is named in the issue. Review the repository's existing Python examples to find the appropriate entry point for a directory utility, then confirm the expected numeric naming behavior and how files are selected before implementing and testing it.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 48/100