Skip to main content

Un convertisseur d'images vers ASCII à partir d'URLs Unsplash

Project description

🎨 Artbot – Convertisseur d'images en ASCII

Artbot est un outil Python permettant de :

  • Scraper les images d'une page web (comme Unsplash),
  • Télécharger une image à un index donné,
  • Appliquer un redimensionnement et un flou optionnel,
  • Convertir l'image en ASCII art,
  • Générer un fichier HTML,
  • Ou servir le résultat via une API FastAPI.

⚙️ Option 1 — Exécution en local (via GitHub)

🔧 Installation

Assurez-vous d’avoir Python 3.8+ installé.

git clone https://github.com/NoaYnov/ArtBot
cd ArtBot
pip install -e .

▶️ Utilisation

python -m artbot --url <PAGE_URL> --index <N> [--blur <RAYON>] [--size <LARGEUR>]

Exemple :

python -m artbot --url https://unsplash.com/fr --index 3 --blur 2 --size 80

📦 Option 2 — Installation via PyPI (comme un module)

Le package est disponible sur PyPI sous le nom artbot-Philippe-Noa.

🔧 Installation

pip install artbot-Philippe-Noa

▶️ Utilisation via console :

artbot --url <PAGE_URL> --index <N> [--blur <RAYON>] [--size <LARGEUR>]

Si la commande artbot n’est pas reconnue :

py -m artbot --url <PAGE_URL> --index <N> [--blur <RAYON>] [--size <LARGEUR>]

🌐 Lancer l'API FastAPI

Depuis n’importe quelle version installée :

artbot --serve

ou

py -m artbot --serve

Endpoint disponible

POST /ascii

Retourne le contenu HTML généré (ascii_art.html).


📂 Structure du projet

artbot/
├── __main__.py            # Point d'entrée CLI + API
├── api.py                 # Serveur FastAPI
├── fetch_images.py        # Scraping & téléchargement
├── pixel_to_ascii.py      # Conversion image → ASCII
img/
├── img.jpg                # Image brute
├── processed_img.jpg      # Image floutée/redimensionnée
result/
├── ascii_art.html         # Résultat HTML

setup.py
README.md

📄 Licence

Ce projet est sous licence MIT.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

artbot_philippe_noa-0.2.4.tar.gz (6.5 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

artbot_philippe_noa-0.2.4-py3-none-any.whl (7.6 kB view details)

Uploaded Python 3

File details

Details for the file artbot_philippe_noa-0.2.4.tar.gz.

File metadata

  • Download URL: artbot_philippe_noa-0.2.4.tar.gz
  • Upload date:
  • Size: 6.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.4

File hashes

Hashes for artbot_philippe_noa-0.2.4.tar.gz
Algorithm Hash digest
SHA256 f500244c2e86efdaf1503d36ba34bef04b37dc503f00cbd17cb6c7caf312a175
MD5 9f67c41ea6c1ed74e1a40cce59ed51d1
BLAKE2b-256 22993d794a571b7269c323882841cf8600d7beec2b1da2ed0a464b4ce2bee369

See more details on using hashes here.

File details

Details for the file artbot_philippe_noa-0.2.4-py3-none-any.whl.

File metadata

File hashes

Hashes for artbot_philippe_noa-0.2.4-py3-none-any.whl
Algorithm Hash digest
SHA256 69b1d551aa3a41a61aa9db4d102e40bea1ddec59b158e3a6f0ef7cee8dffa571
MD5 222ea9a13d3244ee113ab0699510dd7e
BLAKE2b-256 1264f5e29f96c333d9b7d84afa56f1efc553baad9faf6dea4b20f55c7a793ca6

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page