Browse Source

Add icon and license

DricomDragon 3 years ago
parent
commit
b060828814
3 changed files with 240 additions and 0 deletions
  1. 231 0
      LICENSE.txt
  2. 9 0
      README.md
  3. BIN
      icon.png

File diff suppressed because it is too large
+ 231 - 0
LICENSE.txt


+ 9 - 0
README.md

@@ -1,6 +1,9 @@
 # Py Inquirer try
+
 Tiny examples of py inquirer.
 
+![Py Inquirer Try logo](icon.png)
+
 ## Installation
 
 ### Python 3
@@ -12,6 +15,7 @@ brew install python3
 ```
 
 #### Linux (Debian)
+
 ```
 sudo apt install python3
 ```
@@ -21,3 +25,8 @@ sudo apt install python3
 ```
 pip3 install pyinquirer
 ```
+
+## License
+
+GNU GPLv3, see `LICENSE.txt`.
+

BIN
icon.png