Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/cdubos-fr/pdf-img-converter-gui

A GUI fot the pdf-img-converter.
https://github.com/cdubos-fr/pdf-img-converter-gui

github probot

Last synced: about 2 months ago
JSON representation

A GUI fot the pdf-img-converter.

Awesome Lists containing this project

README

        

[![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit)](https://github.com/pre-commit/pre-commit)
[![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff)
[![security: bandit](https://img.shields.io/badge/security-bandit-yellow.svg)](https://github.com/PyCQA/bandit)
[![Checked with mypy](https://www.mypy-lang.org/static/mypy_badge.svg)](https://mypy-lang.org/)

A GUI fot the pdf-img-converter

![Illustration](./docs/convert-pdf-to-imgs.png)
![Illustration bis](./docs/convert-pdf-to-imgs-select-file.png)0

# Installation

```bash
pip install
```
or
```bash
pip install git+
```

to install it in editable mode:
```bash
pip install -e .
```

to add developpement dependencies:
```bash
pip install -e ".[dev]"
```

# Setup dev' environment

Use [Nix](https://zero-to-nix.com/) with [direnv](https://github.com/nix-community/nix-direnv) to automatically build your development environment,
or simply run `nix develop`.

# Use CI environment

To use `CI` environment instead of development, you can execute `nix develop .#ci`

# Build

Use [Nix](https://zero-to-nix.com/) command: `nix build`