diff --git a/LICENSE.md b/LICENSE.md new file mode 100644 index 0000000..814bed4 --- /dev/null +++ b/LICENSE.md @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2018 Salah Al-Dhaferi + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/README.md b/README.md new file mode 100644 index 0000000..7f5d3b6 --- /dev/null +++ b/README.md @@ -0,0 +1,40 @@ +# Exhibit + +Exhibit lets color-blind people know what color the mouse is over. It can also help designers know the colors used on a website/design by showing the HSV values of the color. + +## Getting Started + +This is a very simple software. Install it on your PC and use it to know the colors of products or web elements. + +### Prerequisites + +The only prerequisite is .Net framework v4.0 + +### Installing + +You can build it yourself or download the release version. +## Built With + +* [.Net framework v4.0](https://www.microsoft.com/en-US/Download/confirmation.aspx?id=17718) - The framework used +* [Visual Studio 2015](https://www.visualstudio.com/downloads/) - IDE +* [C#](https://www.visualstudio.com/downloads/) - Programming language + +## Contributing + +Please read [CONTRIBUTING.md](https://gist.github.com/PurpleBooth/b24679402957c63ec426) for details on our code of conduct, and the process for submitting pull requests to us. + +## Versioning + +We use [SemVer](http://semver.org/) for versioning. For the versions available, see the [tags on this repository](https://github.com/your/project/tags). + +## Authors + +* **Salah Al-Dhaferi** - *Initial work* - [tech-chieftain](https://github.com/tech-chieftain) + +## License + +This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details + +## Acknowledgments + +* John Gietzen (Used his code to check colors under the mouse pointer)