~huluti/coulr/master

« back to all changes in this revision

Viewing changes to README.md

  • Committer: GitHub
  • Author(s): Hugo Posnic
  • Date: 2020-03-20 11:41:21 UTC
  • Revision ID: git-v1:478e18b2a288cf4ee64ab6bf017466522f51e1a2
Update README

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
  - convert RGB color to its Hexadecimal value and vice versa
9
9
  - copy selected color
10
10
 
11
 
### Screenshots
 
11
## Screenshots
12
12
 
13
13
![alt tag](data/screenshots/screen1.png)
14
14
 
16
16
 
17
17
### Universal package for Linux (recommended)
18
18
 
19
 
Coulr will be soon available as a flatpak package. Stay tuned.
 
19
Coulr is available as a flatpak package.
 
20
 
 
21
<a href='https://flathub.org/apps/details/com.github.huluti.Coulr'><img width='240' alt='Download on Flathub' src='https://flathub.org/assets/badges/flathub-badge-en.png'/></a>
 
22
 
 
23
You can also install it by using the following command-line:
 
24
 
 
25
    flatpak install flathub com.github.huluti.Coulr
20
26
 
21
27
### Build from source (nightly)
22
28
 
33
39
 
34
40
    sudo ninja uninstall
35
41
 
36
 
### Tech
 
42
## Tech
37
43
 
38
44
Coulr uses open-source projects to work properly:
39
45
 
40
 
* [Python 3](https://www.python.org/)
41
 
 
42
 
### License
 
46
- [GTK 3](https://www.gtk.org)
 
47
- [Python 3](https://www.python.org)
 
48
 
 
49
## Donations
 
50
 
 
51
Do you like the app? Would you like to support its development? Feel free to donate.
 
52
 
 
53
[![Donate](https://img.shields.io/badge/Donate-PayPal-green.svg)](https://paypal.me/hposnic)
 
54
 
 
55
## License
43
56
 
44
57
This project is under MIT licence... so do what you want with it :)
45
 
 
46
 
### Help me
47
 
 
48
 
That would make me very happy you make me feedback on using the software.
49
 
Thanks for your interest and see you soon!