Skip to content
View PaulMarisOUMary's full-sized avatar

Organizations

@Warn-Group

Block or report PaulMarisOUMary

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
PaulMarisOUMary/README.md

Hi there 👋

  • I'm a jack of all trades

Pinned Loading

  1. Discord-Bot Discord-Bot Public

    An advanced discord bot made with discord.py 2.6.4 Context commands, Views, Modals, Slash commands, Hybrid commands, Group commands, commands, database support, dynamic structure, docker ready, soc…

    Python 107 10

  2. OBDII OBDII Public

    A modern, easy to use, Python ≥3.8 library for interacting with Vehicles via OBDII devices. Support USB, Bluetooth and WiFi adapters.

    Python 12 1

  3. Moon Moon Public

    Moon is a programming language project designed to provide an intuitive and human-readable syntax. The language is meant to be easily accessible to new programmers while offering flexibility and ex…

    Python 3

  4. Moon-API Moon-API Public

    This API allows you to interact with the Moon interpreter.

    Python 1

  5. Raspberry PI OS Lite: setting up, co... Raspberry PI OS Lite: setting up, configure, users, SSH, style, MOTD
    1
    # Index
    2
    - [Setup](#setup)
    3
     - [Rasp OS credentials](#default-raspberry-pi-os-credentials)
    4
     - [Keyboard configuration](#configure-keyboard-with-raspi-config)
    5
     - [Change the hostname](#change-the-hostname-with-raspi-config)
  6. Lettrables: Finding (French) Words ... Lettrables: Finding (French) Words That Sound Like a Sequence of Spoken Letters
    1
    # Lettrable(s)
    2
     
    3
    from collections import defaultdict
    4
    from csv import DictReader, writer as csv_writer
    5
    from typing import Dict, List, Optional, Union