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: 4 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 (6 months ago)
- Default Branch: main
- Last Pushed: 2024-11-11T10:57:20.000Z (6 months ago)
- Last Synced: 2024-11-19T14:11:23.534Z (6 months ago)
- Topics: github, probot
- Language: Python
- Homepage: https://github.com/cdubos-fr/pdf-img-converter-gui
- Size: 71.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
[](https://github.com/pre-commit/pre-commit)
[](https://github.com/astral-sh/ruff)
[](https://github.com/PyCQA/bandit)
[](https://mypy-lang.org/)A GUI fot the pdf-img-converter

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`