- flet (tested with 0.28.3)
- pillow (tested with 10.4.0)
- pydub (tested with 0.25.1)
- moviepy (tested with 2.1.2)
- fonttools (tested with 4.57.0)
- pdf2image (tested with 1.17.0)
- opencv-python (tested with 4.12.0.88)
- numpy (tested with 2.2.6)
- ffmpeg
- Store
ffmpeg.exeinsrc/assets
- Store
- poppler
- Store folder in
src/assetsunder the name ofpoppler
- Store folder in
A Flet application used to convert a number of different formats between each other.
- Install necessary requirements via
pip install - Download and install additional assets
- Go to the FFmpeg Download page to install and extract
ffmpeg.exefrom zip file.
Move that file to theassetsfolder (src/assets). - Go to the Releases Page from
poppler-windowsto install the latest verison of poppler.
Extract the contents intoassetsand rename topoppler.
- Go to the FFmpeg Download page to install and extract
- Run the command
flet run
- Download the application from
Releases - Extract the contents of the zip file
- Run the executable file
After all prerequisites and requirements are properly installed and in place, the application can be built via the following command:
flet build windows