Skip to content

Commit dc8b4f4

Browse files
authored
Update README.md
1 parent 8884959 commit dc8b4f4

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,23 @@ A quick demo video:
99
https://user-images.githubusercontent.com/20190653/163692838-c6f9d7a2-2b3d-4649-a077-32df41c57842.mp4
1010

1111
This project was:
12+
1213
Originally created by @scottpetrovic ([krita-python-auto-complete](https://github.com/scottpetrovic/krita-python-auto-complete))
14+
1315
↓
16+
1417
Enhanced by @ItsCubeTime ([fake-pykrita](https://github.com/ItsCubeTime/fake-pykrita))
18+
1519
↓
20+
1621
I shrinked a part of their codes and added some new features, to make it more easy to use. ([now you are here](https://github.com/zerobikappa/krita-python-auto-complete))
1722

1823
(I removed some directories and files, including the `pykrita` directory, therefore I changed the repo name back to the initial one)
1924

25+
2026
## 1.How to use
2127

22-
All you need to obtain from this project is only one file: `krita.pyi`. A `.pyi` file is a **Python Interface Definition file** that contains code stub reference for implementation of the interface. Just put the file to the same path of you python script, or place it to the directory, which was contained in `$PYTHONPATH`, then your IDE or LSP will be able to grab suggestions from this file.
28+
All you need to obtain from this project is only one file: `krita.pyi`. A `.pyi` file is a **Python Interface Definition file** that contains code stub reference for implementation of the interface. Just put the file to the same path of you python script, or place it to the directory, which was included in `$PYTHONPATH`, then your IDE or LSP will be able to grab suggestions from this file.
2329

2430
### 1.1.Get a pre-built krita.pyi file in Github Release
2531

0 commit comments

Comments
 (0)