|
| 1 | +[](../../) |
| 2 | +[](../../issues) |
| 3 | +[](/LICENSE.md) |
| 4 | +[](../../commits/master) |
| 5 | +[](../../commits/master) |
| 6 | +[](https://pypistats.org/packages/nxtheme-creator) |
| 7 | +[](https://pepy.tech/project/nxtheme-creator) |
| 8 | +[](https://pypi.org/project/nxtheme-creator) |
| 9 | + |
| 10 | +<!-- omit in toc --> |
| 11 | +# nxtheme-creator |
| 12 | + |
| 13 | +<img src="readme-assets/icons/name.png" alt="Project Icon" width="750"> |
| 14 | + |
| 15 | +- [Documentation](#documentation) |
| 16 | +- [Install With PIP](#install-with-pip) |
| 17 | +- [Language information](#language-information) |
| 18 | + - [Built for](#built-for) |
| 19 | +- [Building](#building) |
| 20 | +- [Download Project](#download-project) |
| 21 | + - [Clone](#clone) |
| 22 | + - [Using The Command Line](#using-the-command-line) |
| 23 | + - [Using GitHub Desktop](#using-github-desktop) |
| 24 | + - [Download Zip File](#download-zip-file) |
| 25 | +- [Community Files](#community-files) |
| 26 | + - [Licence](#licence) |
| 27 | + - [Changelog](#changelog) |
| 28 | + - [Code of Conduct](#code-of-conduct) |
| 29 | + - [Contributing](#contributing) |
| 30 | + - [Security](#security) |
| 31 | + - [Support](#support) |
| 32 | + - [Rationale](#rationale) |
| 33 | + |
| 34 | +## Documentation |
| 35 | + |
| 36 | +A high-level overview of how the documentation is organized organized will help you know |
| 37 | +where to look for certain things: |
| 38 | + |
| 39 | +- [Tutorials](/documentation/tutorials) take you by the hand through a series of steps to get |
| 40 | + started using the software. Start here if you’re new. |
| 41 | +- The [Technical Reference](/documentation/reference) documents APIs and other aspects of the |
| 42 | + machinery. This documentation describes how to use the classes and functions at a lower level |
| 43 | + and assume that you have a good high-level understanding of the software. |
| 44 | +- The [Help](/documentation/help) guide provides a starting point and outlines common issues that you |
| 45 | + may have. |
| 46 | + |
| 47 | +## Install With PIP |
| 48 | + |
| 49 | +```python |
| 50 | +pip install nxtheme-creator |
| 51 | +``` |
| 52 | + |
| 53 | +Head to https://pypi.org/project/nxtheme-creator/ for more info |
| 54 | + |
| 55 | +## Language information |
| 56 | + |
| 57 | +### Built for |
| 58 | + |
| 59 | +This program has been written for Python versions 3.8 - 3.11 and has been tested with both 3.8 and |
| 60 | +3.11 |
| 61 | + |
| 62 | +## Building |
| 63 | + |
| 64 | +This project uses https://github.com/FHPythonUtils/FHMake to automate most of the building. This |
| 65 | +command generates the documentation, updates the requirements.txt and builds the library artefacts |
| 66 | + |
| 67 | +Note the functionality provided by fhmake can be approximated by the following |
| 68 | + |
| 69 | +```sh |
| 70 | +handsdown --cleanup -o documentation/reference |
| 71 | +poetry export -f requirements.txt --output requirements.txt |
| 72 | +poetry export -f requirements.txt --with dev --output requirements_optional.txt |
| 73 | +poetry build |
| 74 | +``` |
| 75 | + |
| 76 | +`fhmake audit` can be run to perform additional checks |
| 77 | + |
| 78 | +## Download Project |
| 79 | + |
| 80 | +### Clone |
| 81 | + |
| 82 | +#### Using The Command Line |
| 83 | + |
| 84 | +1. Press the Clone or download button in the top right |
| 85 | +2. Copy the URL (link) |
| 86 | +3. Open the command line and change directory to where you wish to |
| 87 | +clone to |
| 88 | +4. Type 'git clone' followed by URL in step 2 |
| 89 | + ```bash |
| 90 | + git clone https://github.com/FHPythonUtils/nxtheme-creator |
| 91 | + ``` |
| 92 | + |
| 93 | +More information can be found at |
| 94 | +https://help.github.com/en/articles/cloning-a-repository |
| 95 | + |
| 96 | +#### Using GitHub Desktop |
| 97 | + |
| 98 | +1. Press the Clone or download button in the top right |
| 99 | +2. Click open in desktop |
| 100 | +3. Choose the path for where you want and click Clone |
| 101 | + |
| 102 | +More information can be found at |
| 103 | +https://help.github.com/en/desktop/contributing-to-projects/cloning-a-repository-from-github-to-github-desktop |
| 104 | + |
| 105 | +### Download Zip File |
| 106 | + |
| 107 | +1. Download this GitHub repository |
| 108 | +2. Extract the zip archive |
| 109 | +3. Copy/ move to the desired location |
| 110 | + |
| 111 | +## Community Files |
| 112 | + |
| 113 | +### Licence |
| 114 | + |
| 115 | +MIT License |
| 116 | +Copyright (c) FredHappyface |
| 117 | +(See the [LICENSE](/LICENSE.md) for more information.) |
| 118 | + |
| 119 | +### Changelog |
| 120 | + |
| 121 | +See the [Changelog](/CHANGELOG.md) for more information. |
| 122 | + |
| 123 | +### Code of Conduct |
| 124 | + |
| 125 | +Online communities include people from many backgrounds. The *Project* |
| 126 | +contributors are committed to providing a friendly, safe and welcoming |
| 127 | +environment for all. Please see the |
| 128 | +[Code of Conduct](https://github.com/FHPythonUtils/.github/blob/master/CODE_OF_CONDUCT.md) |
| 129 | + for more information. |
| 130 | + |
| 131 | +### Contributing |
| 132 | + |
| 133 | +Contributions are welcome, please see the |
| 134 | +[Contributing Guidelines](https://github.com/FHPythonUtils/.github/blob/master/CONTRIBUTING.md) |
| 135 | +for more information. |
| 136 | + |
| 137 | +### Security |
| 138 | + |
| 139 | +Thank you for improving the security of the project, please see the |
| 140 | +[Security Policy](https://github.com/FHPythonUtils/.github/blob/master/SECURITY.md) |
| 141 | +for more information. |
| 142 | + |
| 143 | +### Support |
| 144 | + |
| 145 | +Thank you for using this project, I hope it is of use to you. Please be aware that |
| 146 | +those involved with the project often do so for fun along with other commitments |
| 147 | +(such as work, family, etc). Please see the |
| 148 | +[Support Policy](https://github.com/FHPythonUtils/.github/blob/master/SUPPORT.md) |
| 149 | +for more information. |
| 150 | + |
| 151 | +### Rationale |
| 152 | + |
| 153 | +The rationale acts as a guide to various processes regarding projects such as |
| 154 | +the versioning scheme and the programming styles used. Please see the |
| 155 | +[Rationale](https://github.com/FHPythonUtils/.github/blob/master/RATIONALE.md) |
| 156 | +for more information. |
0 commit comments