Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 754 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 754 Bytes

Lego pieces

This is a simple project to save the list of pieces in a pack of Lego in a csv file

Installation

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;

How to use

  1. Run the python file : main.py
  2. Enter the Lego id
  3. Read pieces.csv to see the pieces

License

This project is licensed under the GNU GPLv3.

See the LICENSE file for details.

Contributing

Contributions are welcome. Please open an issue or a pull request if you want to help improve the project.