Welcome to the Dailies's documentation! ================================================================ .. image:: https://github.com/unkokaeru/dailies/actions/workflows/continuous_integration.yml/badge.svg :target: https://github.com/unkokaeru/dailies/actions/workflows/continuous_integration.yml :alt: Continuous Integration (CI) Tests A collection of daily games inspired by NYT Games. Installation ------------ To install dailies, simply run: .. code-block:: bash pip install dailies Usage ----- After installation, you can use the package by importing it in your project: .. code-block:: python import dailies Or, you can run the package as a script: .. code-block:: bash python -m dailies Features -------- .. list-table:: :widths: 25 75 :header-rows: 1 * - Connections - To be implemented. * - KenKen - To be implemented. * - Mini Crossword - To be implemented. * - Strands - To be implemented. * - Sudoku - To be implemented. * - Wordle - To be implemented. Documentation ------------- For more information, you can find the documentation within the `docs` directory or on the project's [GitHub Pages](https://unkokaeru.github.io/dailies/). Contributing ------------ Contributions are welcome! Please see `CONTRIBUTING.md` for more information. License ------- This project is licensed under the MIT License - see the `LICENSE.md` file for details. Indices and tables ------------------ * :ref:`genindex` * :ref:`modindex` * :ref:`search`