Repository for scraping One Piece titles and renaming all episode files based on the scraping data. One Piece is a Japanese animated television series based on the successful manga of the same name and has over 800 episodes.
Monkey D. Luffy is a pirate and the main protagonist of One Piece. His long life goal is to become the Pirate King by finding the legendary treasure left behind by the Pirate King, Gol D. Roger. He believes that that being Pirate King means you have the most freedom in the world. As the founder and captain of the Straw Hat Pirates, he is the first member that makes up the crew.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
What things you need to install the software and how to install them
Anaconda
Jupyter Notebook
A step by step series of examples that tell you how to get a development running
Clone this repository
$ git clone https://github.com/t4f1d/one-piece.git
All of the episode title data store in episode_titles.csv
file. The episode titles are from 0 - 826 (current)
- Install the prequisites apps
- Clone this repository
- Run Jupyter Notebook
- Open
Rename File.ipynb
file - Input your video location folder
- Click Menu Cell > Run All
- Finish (All your file will be automatically renamed)
This repository requires Python 3.7 or v3+ to run.
Install the Jupyter Notebook to run .ipynb
file.