Metadata-Version: 2.4
Name: fillit
Version: 0.1.0
Summary: A python script generator for [42](www.42.fr) school fillit project
Author-email: Roman MASSE <roman@masse.family>
Maintainer-email: Roman MASSE <roman@masse.family>
License-Expression: Unlicense
Project-URL: Homepage, https://github.com/rambobinator/fillit42-generator
Project-URL: Documentation, https://github.com/rambobinator/fillit42-generator
Project-URL: Repository, https://github.com/rambobinator/fillit42-generator
Project-URL: Bug Tracker, https://github.com/rambobinator/fillit42-generator/issues
Project-URL: Changelog, https://github.com/rambobinator/fillit42-generator/releases
Keywords: 42,fillit,tetriminos
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Requires-Python: >=3.10
Description-Content-Type: text/markdown

# fillit 42 generator

A python generator for [42](www.42.fr) school fillit project, see fillit.fr.pdf

## Installation:

`pip install fillit`

## Run it without installation:

`uvx fillit`

## Usage:

`fillit [tetrimino_nbr]`

## Examples:

See examples directory for an output example.

## Code Quality:

This is one of my first python project (2015), originaly coded in python 2.7 for learning purposes and then updated to version 3 so that students can continue to use it (thanks for pointing out that it was no longer working btw). It is slow and not optimized but the output is still valid and I'll probably keep it as is to remind me of my beginnings :)
