Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/cdubos-fr/pdf-img-converter-gui
- Owner: cdubos-fr
- Created: 2024-11-02T09:54:45.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-11-11T07:57:38.000Z (2 months ago)
- Last Synced: 2024-11-11T08:36:34.566Z (2 months ago)
- Topics: github, probot
- Language: Nix
- Homepage: https://github.com/cdubos-fr/pdf-img-converter-gui
- Size: 71.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Codeowners: .github/CODEOWNERS
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`