ipritom / fime

This is a template code for developing flet based image editor software or visualizing OpenCV functions.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FIME - Flet Image Editor

This is a very naive image manipulation software program.

How to use

Clone the repository.

git clone https://github.com/ipritom/fime.git

In your python environment install fletSDP

pip install git+https://github.com/ipritom/fletSDP

Install other dependencies:

pip install -r requirements.txt

Run the app with app.py

python app.py

About

This is a template code for developing flet based image editor software or visualizing OpenCV functions.

License:MIT License


Languages

Language:Python 100.0%