Skip to content

Instantly share code, notes, and snippets.

View Mara-Li's full-sized avatar
💼
New year, new job!

Mara-Li

💼
New year, new job!
View GitHub Profile
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.
@Mara-Li
Mara-Li / FFXIV.pyw
Last active February 27, 2026 05:32
FFIXV automatic login using 1password/ProtonPass cli & XIVLauncher
import subprocess
import json
import time
import sys
import os
import threading
import requests
from tkinter import messagebox
@Mara-Li
Mara-Li / frFR.json
Created November 6, 2025 13:12
Operative Rework - FR
{
"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."
},
@Mara-Li
Mara-Li / Grimalkin.fr.json
Created January 14, 2025 08:38
Mist - SMALL
{
"playerTransform": {
"location": [ 0, 0, 0 ],
"rotation": [ 0, 0, 0, 1 ],
"scale": [ 1, 1, 1 ]
},
"houseSize": "Small",
"interiorScale": 1,
"interiorFixture": [
{
@Mara-Li
Mara-Li / settings.json
Created October 7, 2024 06:35
uBlackList – settings
{
"syncAppearance": true,
"linkColor": "default",
"highlightColors": [
"#ddeeff"
],
"syncGeneral": true,
"hideControl": true,
"enablePathDepth": false,
"syncBlocklist": true,
{
"basics": {
"name": "Lisandra Simonetti",
"headline": "Attachée de recherche clinique",
"email": "simonetti.lisandra@icloud.com",
"phone": "0619672123",
"location": "Villeurbanne",
"url": {
"label": "",
"href": ""
@Mara-Li
Mara-Li / README.md
Last active December 21, 2023 17:48
Discord — Canary & Powershell autorun-update
@Mara-Li
Mara-Li / settings.ts
Created July 31, 2023 15:22 — forked from Fevol/settings.ts
Tabulated settings page
export class SampleSettingTab extends PluginSettingTab {
plugin: MyPlugin;
settingsPage: HTMLElement;
YOUR_TABS = {
'first-tab-id': {
name: 'First tab',
icon: 'coffee',
},
'second-tab-id': {