Git Product home page Git Product logo

automatic-renamer's Introduction

Python Automatic Renamer

Program to rename files or folder. Can be used to rename series, movies or anime. It performs an automatic processing of the name file and follow some rules create a new personalized name for the file. It shows the new name for the user so it can be edited before the execution of rename.

Python Automatic Renamer

Prerequisites

What things you need to install the software and how to install them

Python 3.x

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Start creating a virtual environment called "venv":

$ python -m venv venv

Then, activate with:

Windows:

$ venv\Scripts\activate

MacOs:

$ source venv/bin/activate

When finised, deactivate with:

$ deactivate

After activate "env" it is necessary install the requirements:

$ pip install -r requirements.txt

Testing

For testing, use the sample video in the forlder "test" and call the main script:

cd test/
python ../automatic-renamer/automatic-renamer.py

Running

Linux, Mac OS X, BSD and most OSes except Windows

Turn script executable:

chmod +x automatic-renamer/automatic-renamer.py

Call script inside a folder:

./automatic-renamer.py .

Windows

  1. To run a test, call the script inside the folder.
python automatic-renamer.py .

For Windows in Context Menu:

To generate automatic-renamer.exe file to run on Windows.

pyinstaller -w -F automatic-renamer/automatic-renamer.py
  1. Add the keys on Registry or run static/automatic-renamer.reg.
  2. Copy .exe file on C:\Program Files\Legendas TV Organizer
  3. Add C:\Program Files\Legendas TV Organizer in the Path on Windows Environment Variable.

Contributing

Feel free to submitting pull requests.

Authors

  • Matheus N. S. M. de Lima - Initial work - Site

License

This project is licensed under the GNU General Public License.

Acknowledgments

Inspired by:

automatic-renamer's People

Contributors

manasomali avatar

Stargazers

Carlos Ernani da Veiga avatar  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.