Metadata-Version: 2.4
Name: VidToScr
Version: 1.1.3
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/YourUsername/YourRepo
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
* fixed example.py (FINALLY!!!)
# VID-to-SCR-Lib
Python library for converting video files (currently .mp4) to .scr screensavers.
# 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
  * If you want to use example.py, modify line 21 with your file path: 
    converter = Mp4ToScrConverter(ffmpeg_path="C:/ffmpeg/bin/ffmpeg.exe") #change to your file path
    * If you put ffmpeg folder into C:/ (your ffmpeg folder path is C:/ffmpeg/), you don't need to change anything.
# 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"
# 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)
