| journal | Work |
|---|---|
| journal-date | 2026-06-09 |
TASK
FROM "08-06-2026"
Where completed
| from os import name | |
| import sys | |
| import time | |
| import subprocess | |
| from pathlib import Path | |
| from rich.console import Console | |
| from rich.panel import Panel | |
| from rich.text import Text | |
| import os |
Après avoir installé Python faire : pip install pyperclip
%appdata%/espanso| import random | |
| from rich.console import Console | |
| from rich.color import Color | |
| console = Console() | |
| random_color = Color.from_rgb( | |
| random.randint(0, 255), random.randint(0, 255), random.randint(0, 255) | |
| ) | |
| hexRandom = random_color[0] |
| #!/usr/bin/env python3 | |
| # -*- coding: utf-8 -*- | |
| import argparse | |
| import fnmatch | |
| import os | |
| import subprocess | |
| import sys | |
| from pathlib import Path | |
| from typing import Iterable, List |
| import argparse | |
| import datetime | |
| import random | |
| import sys | |
| import re | |
| def convert_date_format(format): | |
| """ | |
| Convertit un format de date en format python. |
| import subprocess | |
| import json | |
| import time | |
| import sys | |
| import os | |
| import threading | |
| import requests | |
| from tkinter import messagebox |
| { | |
| "strings": { | |
| "93878892-b607-4305-90e8-5ce9f81cd9da": { | |
| "Offset": 0, | |
| "Text": "<u>(5 + bonus de {g|Encyclopedia:WarhammerPerception}PER{/g})</u>" | |
| }, | |
| "63599150-19f3-467d-8085-9a79a94557ac": { | |
| "Offset": 0, | |
| "Text": "Au début de chaque tour, l'agent inflige +1 cumul de l'{g|Encyclopedia:CommonStatusesGlossary}effet{/g} {g|Encyclopedia:Exploit}Vulnérabilité{/g} à tous les ennemis dans sa {g|Encyclopedia:LineOfSight}ligne de mire{/g}.\nLes ennemis subissent +5% de dégâts supplémentaires par cumul de vulnérabilité. Les ennemis blessés par l'agent subissent +<u>{uip|damage|6cfd9b9830ea403db07a816843a8e39a}</u>% de dégâts supplémentaires par cumul.\nLes vulnérabilités appliquées par plusieurs agents se cumulent, mais les capacités de l'agent qui retirent des vulnérabilités ne fonctionnent qu'avec celles qu'il a lui-même appliquées." | |
| }, |
| { | |
| "playerTransform": { | |
| "location": [ 0, 0, 0 ], | |
| "rotation": [ 0, 0, 0, 1 ], | |
| "scale": [ 1, 1, 1 ] | |
| }, | |
| "houseSize": "Small", | |
| "interiorScale": 1, | |
| "interiorFixture": [ | |
| { |
| { | |
| "syncAppearance": true, | |
| "linkColor": "default", | |
| "highlightColors": [ | |
| "#ddeeff" | |
| ], | |
| "syncGeneral": true, | |
| "hideControl": true, | |
| "enablePathDepth": false, | |
| "syncBlocklist": true, |