This is a simple project to save the list of pieces in a pack of Lego in a csv file
Clone this repository, set the virtual environnement and install all requirements packages
git clone https://codeberg.org/Angel-Karasu/lego-pieces.git; cd lego-pieces;
virtualenv venv; source venv/bin/activate;
pip install -r requirements.txt;
- Run the python file :
main.py
- Enter the Lego id
- Read
pieces.csv
to see the pieces
This project is licensed under the GNU GPLv3.
See the LICENSE
file for details.
Contributions are welcome. Please open an issue or a pull request if you want to help improve the project.