Skip to content

khosrogh/utils

Repository files navigation

Independent Python Utility Modules Repository

This repository serves as a backup for sporadically written Python codes aimed at solving independent problems. Each module focuses on addressing specific tasks or challenges and can be utilized individually.

Table of Contents

Modules

Module 1: Timestamp Remover

  • Description: This module offers a Python script to remove timestamps from subtitle files (e.g., .srt, .vtt).
  • Usage: Users can utilize this module to clean timestamp data from subtitle files.
  • File: Timestamp_Remover.py

Usage

Timestamp Remover Module Usage:

  1. Clone the repository or download Timestamp_Remover.py from the repository.
  2. Run the script by executing python timestamp_remover.py input_subtitle.srt input_subtitle.txt.
  3. Replace input_subtitle.srt with your subtitle file's name and provide a name for the cleaned output file.

Contributing

As this repository serves as a personal backup for independently developed Python modules, contributions may not be the primary focus. However, suggestions or improvements are welcome through the following steps:

  1. Fork the repository.
  2. Create a new branch (git checkout -b feature/new-timestamp-remover).
  3. Make your changes or suggest improvements.
  4. Commit your changes (git commit -am 'Add feature: Description').
  5. Push to the branch (git push origin feature/new-timestamp-remover).
  6. Create a Pull Request detailing your changes.

License

This repository is licensed under the MIT License.

About

Independent utility modules

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published