image_converter/README.md
2025-07-30 17:29:48 +03:00

29 lines
842 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# image converter
## установка
создание виртуального окружения:
- python -m venv venv
активация виртуального окружения:
windows:
- Powershell: `.\venv\Scripts\Activate`
- CMD: `venv\Scripts\activate.bat`
linux&mac:
- ` source venv/bin/activate`
Установка зависимостей:
- `pip install -r requirements.txt`
запуск:
-` python main.py`
## использование
`input original format` оригинальный формат конвертируемых файлов
`input target format` формат, в который будет конверт
`select mode (single or mass)`
- single - указываете точный путь до файла
- mass - указываете путь до каталога с изображениями