-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix the README #2
Comments
can i please be assigned to this? thanks! also, i am new to contributing to open source projects: can you please explain how to use this module/execute the scripts? |
Well, this is the source code for a Python "package". It has been published on the Python Package Inventory, or PyPi. See this link: https://pypi.org/project/colourise/ Packages are usually installed with The setup script is used to describe what the package is about. Have a look at that too. The general Python documentation has excellent information about creating packages. Have a look here: https://packaging.python.org/tutorials/packaging-projects/ |
I think this would be a great starting point. @byw2, feel free to use it as a foundation if you'd like. ColouriseColourise allows you to convert color formats, for example converts HSL values (hue, saturation, and lightness) to RGB values (Red, Green, Blue) as well as calculating complementary colors. How to installInstalling Colourise is as simple as running the following command: Requires: Python >=3.7
Note: The above commands also allow you to upgrade when a new version is released. What can Colourise do?
ReferenceContributingIf you want to contribute, have a look at the Issues. Some issues are labeled 'Good first issue'. They are the low-hanging fruit. If you create a PR, also add your GitHub username to the list of contributors in the file |
@Sandyman, are there any requirements to get this up and running? Would be nice to get a requirements file generated so it can be used during install/upgrade. |
There are no dependencies for this package, which is why it does not need a |
The README can do with a bit of TLC.
An example that shows how to use it, for example, would be nice.
Great first issue as it does not involve any coding.
The text was updated successfully, but these errors were encountered: