https://github.com/viseshrp/reelname
A tool to fix media file names using IMDb
https://github.com/viseshrp/reelname
Last synced: 3 months ago
JSON representation
A tool to fix media file names using IMDb
- Host: GitHub
- URL: https://github.com/viseshrp/reelname
- Owner: viseshrp
- License: mit
- Created: 2025-04-27T00:09:18.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-06-16T01:56:22.000Z (4 months ago)
- Last Synced: 2025-06-20T05:43:03.739Z (4 months ago)
- Language: Python
- Homepage:
- Size: 408 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# reelname
[](https://pypi.org/project/reelname/)
[](https://pypi.org/project/reelname/)
[](https://github.com/viseshrp/reelname/actions/workflows/main.yml)[](https://github.com/viseshrp/reelname/blob/main/LICENSE)
[](https://black.readthedocs.io/en/stable/)
[](https://docs.astral.sh/ruff/)
[](https://mypy.readthedocs.io/en/stable/)> A tool to fix media file names

## ๐ Requirements
* Python >= 3.9
## ๐ฆ Installation
```bash
pip install reelname
```## ๐งช Usage
* To view the help message, run the following command:
```bash
reelname --help
```## ๐ ๏ธ Features
* Fixes media filenames with random characters.
## ๐งพ Changelog
See [CHANGELOG.md](https://github.com/viseshrp/reelname/blob/main/CHANGELOG.md)
## ๐ Credits
* [Click](https://click.palletsprojects.com), for enabling delightful CLI development.
* Inspired by [Simon Willison](https://github.com/simonw)'s work.## ๐ License
MIT ยฉ [Visesh Prasad](https://github.com/viseshrp)