Skip to content

Commit f3da089

Browse files
committed
wip
1 parent 0bec02b commit f3da089

4 files changed

Lines changed: 18 additions & 3 deletions

File tree

README.md

Lines changed: 18 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
![logo](assets/logo.png)
2-
31
Python oak leaf drawer
42
----------------------
53
Python package making you able to draw OAK Leaf depending on an angle.
@@ -15,11 +13,28 @@ pip install python-oak-leaf-drawer
1513

1614
Usage
1715
-----------
16+
```
17+
from python_oak_leaf_drawer.oak import drawPattern
1818
19+
# The first parameter is the rotation angle.
20+
# The second parameter is the title.
21+
drawPattern(15 , "syrian open source 😎, oak package")
1922
23+
```
2024
Examples:
2125
----------
22-
26+
```
27+
drawPattern(15 , "syrian open source 😎, oak package")
28+
```
29+
![logo](assets/example1.png)
30+
```
31+
drawPattern(30 , "syrian open source 😎, oak package")
32+
```
33+
![logo](assets/example2.png)
34+
```
35+
drawPattern(45 , "syrian open source 😎, oak package")
36+
```
37+
![logo](assets/example3.png)
2338

2439
Changelog
2540
---------

assests/example1.png

85.7 KB
Loading

assests/example2.png

61.5 KB
Loading

assests/example3.png

50.8 KB
Loading

0 commit comments

Comments
 (0)