소스 검색

Add icon and license

DricomDragon 3 년 전
부모
커밋
b060828814
3개의 변경된 파일240개의 추가작업 그리고 0개의 파일을 삭제
  1. 231 0
      LICENSE.txt
  2. 9 0
      README.md
  3. BIN
      icon.png

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 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