Metadata-Version: 2.4
Name: VidToScr
Version: 1.3.0
Summary: A library to convert video files to SCR format.
Author-email: Marcin Jacek Chmiel <martingonn.dev@outlook.com>
License: Apache Software License
Project-URL: homepage, https://github.com/Martingonn/VID-to-SCR-Lib
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Dynamic: license-file

# Changelog for 1.3.0
* added MovToScr conversion
# VID-to-SCR-Lib
Python library for converting video files (currently .mp4) to .scr screensavers and back from .scr to video.
# Original Author 
Development was started on March 28th, 2025, by Marcin Jacek Chmiel.
# Contributors 
As of now, there are no more contributors than the original author.
If you have any problems or suggestions, contact me: martingonn-dev@outlook.com
# Requirements
To use scripts with the library, make sure you have ffmpeg installed. If not, install it from here: https://ffmpeg.org/download.html
# How to install
* Simply install it via "pip install vidToScr".
  # Manually:
  * install source code from .zip file (or other from repo)
  * run "python -m build"
# Modules
  ***To Scr***
    <br>* MovToScrConverter
    <br>* Mp4ToScrConverter
  ***From Scr***
    <br>* ScrToMp4Converter
# Future Additions
* add more formats
* Simply update for later Python versions
* (maybe) compile for older versions
# Downloads
![GitHub All Releases](https://img.shields.io/github/downloads/Martingonn/MP4-to-SCR-lib/total)
