Git Product home page Git Product logo

script_renomear_arquivos's Introduction

Useful Scripts

This repository contains a collection of useful scripts created in Python for automating common tasks. Each script is designed to perform a specific task and can be easily adapted to your needs.

List of Scripts

1. Rename Files by Date

  • Description: This script renames files in a folder based on their creation date.
  • Usage: Replace the source folder path in the source_folder variable.

2. Rename Files with Copy

  • Description: This script renames files, adding "_copy" in case of name collisions.
  • Usage: Replace the source folder path in the source_folder variable.

3. Move and Rename JPG Files

  • Description: This script moves JPG files from a folder and its subfolders, renaming them in case of name collisions.
  • Usage: Replace the source and destination folder paths in the source_folder and destination_folder variables.

How to Use

  1. Clone this repository to your system:

    git clone https://github.com/your-username/useful-scripts.git
    

Navigate to the folder containing the scripts:

shell Copy code cd useful-scripts Run the scripts using the Python interpreter. For example:

shell Copy code python rename_files_by_date.py

  • ** Note: Remember to back up your files before running the scripts, as they may make permanent changes to the files.

Contributions

Feel free to contribute by adding new scripts or improving existing ones. Simply fork the repository, make your changes, and submit a pull request.

  • ** We hope these scripts are helpful for automating tasks and simplifying your daily work. If you have any questions or suggestions, please feel free to reach out.

script_renomear_arquivos's People

Contributors

satochi-yamamoto avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.