/Converter

Primary LanguagePythonMIT LicenseMIT

Python Scripts Collection

This repository contains a collection of Python scripts for various data processing tasks.

Scripts

  1. base.py: This script decodes a base64 encoded string.
  2. excel.py: This script reads a text file and writes the data to an Excel file.
  3. htmlpharser.py: This script parses HTML files.
  4. jsontotxt.py: This script extracts links from a JSON file and writes them to a text file.
  5. toAdaway.py: This script converts EasyList to Adaway format.
  6. tomp3.py: This script converts audio files to MP3 format.
  7. url-expoter.py: This script exports URLs from a given source.

Usage

Each script can be run independently. For example, to run jsontotxt.py, use the following command:

python jsontotxt.py

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

MIT