Du kannst nicht mehr als 25 Themen auswählen Themen müssen mit entweder einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
Figg 6e6e958a73 Algo alternatif pour trouver les oublis vor 11 Monaten
data update data vor 11 Monaten
million Algo alternatif pour trouver les oublis Squelette de l'algo vor 11 Monaten
scripts Algo alternatif pour trouver les oublis Squelette de l'algo vor 11 Monaten
.gitignore Use pydantic vor 11 Monaten
export_data-v2.py Add month mode vor 2 Jahren
participations.png Use pydantic vor 11 Monaten
poetry.lock Use pydantic vor 11 Monaten
pyproject.toml add readme vor 11 Monaten
readme.md add readme vor 11 Monaten

readme.md

Messenger 1 Million

Dev environment setup

1. Install poetry

curl -sSL https://install.python-poetry.org | python3 -

Optionally configure poetry to create virtual envs in project root directories

poetry config virtualenvs.in-project true

2. Setup a poetry virtual env

poetry shell

3. Install dependencies

poetry install

Run scripts

python -m scripts.[script name]

Examples :

python -m scripts.find_holes
python -m scripts.read_top