Skip to content

Running-VincentW/advent-of-code

Repository files navigation

Python application

Advent of Code 2023 Python Project

Welcome to my Advent of Code 2023 Python project repository! This project contains source code that I've created for my participation in the Advent of Code event, celebrating the festive season with coding challenges.

Project Overview

The purpose of this project is not only to tackle the challenges presented by Advent of Code but also to showcase good Python programming practices. It's intended to serve as an educational resource for Python learners, demonstrating various best practices in Python development.

Setup Instructions

To set up this project locally, please make sure you have Poetry installed.

  1. Clone this repository to your local machine:

    git clone https://github.com/Running-VincentW/advent-of-code.git
  2. Navigate to the project directory:

    cd advent-of-code-2023
  3. Install project dependencies using Poetry:

    poetry install

Running Tests

This project uses pytest for testing. To run the tests, execute the following command:

poetry run pytest

This will run all the test cases defined in the project and display the results.

Contributing

If you'd like to contribute to this project by suggesting improvements, reporting issues, or adding new features, feel free to create a pull request or issue on GitHub. License

This project is licensed under the MIT License - see the LICENSE file for details.