puppydog 0.1.0__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- puppydog-0.1.0/PKG-INFO +5 -0
- puppydog-0.1.0/README.md +137 -0
- puppydog-0.1.0/puppydog/__init__.py +2 -0
- puppydog-0.1.0/puppydog/barks.py +97 -0
- puppydog-0.1.0/puppydog/tricks.py +14 -0
- puppydog-0.1.0/puppydog.egg-info/PKG-INFO +5 -0
- puppydog-0.1.0/puppydog.egg-info/SOURCES.txt +9 -0
- puppydog-0.1.0/puppydog.egg-info/dependency_links.txt +1 -0
- puppydog-0.1.0/puppydog.egg-info/top_level.txt +1 -0
- puppydog-0.1.0/pyproject.toml +11 -0
- puppydog-0.1.0/setup.cfg +4 -0
puppydog-0.1.0/PKG-INFO
ADDED
puppydog-0.1.0/README.md
ADDED
|
@@ -0,0 +1,137 @@
|
|
|
1
|
+
# puppy 🐶
|
|
2
|
+
# israelgpt generated readme X3
|
|
3
|
+
helo!!!
|
|
4
|
+
|
|
5
|
+
i am puppy
|
|
6
|
+
|
|
7
|
+
i bark
|
|
8
|
+
|
|
9
|
+
## instal
|
|
10
|
+
|
|
11
|
+
```bash
|
|
12
|
+
pip install puppy
|
|
13
|
+
```
|
|
14
|
+
|
|
15
|
+
or maybe
|
|
16
|
+
|
|
17
|
+
```bash
|
|
18
|
+
pip install -e .
|
|
19
|
+
```
|
|
20
|
+
|
|
21
|
+
i dunno i am puppy
|
|
22
|
+
|
|
23
|
+
## usag
|
|
24
|
+
|
|
25
|
+
```python
|
|
26
|
+
import puppy
|
|
27
|
+
|
|
28
|
+
print(puppy.bark("return"))
|
|
29
|
+
print(puppy.wag())
|
|
30
|
+
print(puppy.sit())
|
|
31
|
+
```
|
|
32
|
+
|
|
33
|
+
exampl:
|
|
34
|
+
|
|
35
|
+
```text
|
|
36
|
+
awooOOOOooo
|
|
37
|
+
Wags its tail X3
|
|
38
|
+
*sits U^w^U*
|
|
39
|
+
```
|
|
40
|
+
|
|
41
|
+
## wat can puppy do???
|
|
42
|
+
|
|
43
|
+
### bark!!!!
|
|
44
|
+
|
|
45
|
+
```python
|
|
46
|
+
import puppy
|
|
47
|
+
|
|
48
|
+
print(puppy.bark("return"))
|
|
49
|
+
```
|
|
50
|
+
|
|
51
|
+
maybe it say:
|
|
52
|
+
|
|
53
|
+
```text
|
|
54
|
+
wrruufff awrrufff
|
|
55
|
+
borkborkborkbork
|
|
56
|
+
awooooooooorrruffff
|
|
57
|
+
grrrrrrrrrwoof
|
|
58
|
+
```
|
|
59
|
+
|
|
60
|
+
or maybe sumthing else!!!
|
|
61
|
+
|
|
62
|
+
### wag tail!!!!
|
|
63
|
+
|
|
64
|
+
```python
|
|
65
|
+
print(puppy.wag())
|
|
66
|
+
```
|
|
67
|
+
|
|
68
|
+
result:
|
|
69
|
+
|
|
70
|
+
```text
|
|
71
|
+
Wags its tail X3
|
|
72
|
+
```
|
|
73
|
+
|
|
74
|
+
### sit!!!!
|
|
75
|
+
|
|
76
|
+
```python
|
|
77
|
+
print(puppy.sit())
|
|
78
|
+
```
|
|
79
|
+
|
|
80
|
+
result:
|
|
81
|
+
|
|
82
|
+
```text
|
|
83
|
+
*sits U^w^U*
|
|
84
|
+
```
|
|
85
|
+
|
|
86
|
+
## advanced puppying
|
|
87
|
+
|
|
88
|
+
```python
|
|
89
|
+
import puppy
|
|
90
|
+
|
|
91
|
+
for i in range(10):
|
|
92
|
+
print(puppy.bark("return"))
|
|
93
|
+
```
|
|
94
|
+
|
|
95
|
+
many bark
|
|
96
|
+
|
|
97
|
+
very wow
|
|
98
|
+
|
|
99
|
+
## why did i make dis
|
|
100
|
+
|
|
101
|
+
ball
|
|
102
|
+
|
|
103
|
+
## roadmap
|
|
104
|
+
|
|
105
|
+
* [x] bark
|
|
106
|
+
* [x] sit
|
|
107
|
+
* [x] wag tail
|
|
108
|
+
* [ ] fetch ball
|
|
109
|
+
* [ ] eat sock
|
|
110
|
+
* [ ] become president
|
|
111
|
+
* [ ] catch da red dot
|
|
112
|
+
* [ ] infinite treats
|
|
113
|
+
|
|
114
|
+
## bug reports
|
|
115
|
+
|
|
116
|
+
if puppy no bark
|
|
117
|
+
|
|
118
|
+
check if puppy eepy
|
|
119
|
+
|
|
120
|
+
## contribution guide
|
|
121
|
+
|
|
122
|
+
1. pet puppy
|
|
123
|
+
2. give treat
|
|
124
|
+
3. code
|
|
125
|
+
4. pet puppy again
|
|
126
|
+
|
|
127
|
+
## license
|
|
128
|
+
|
|
129
|
+
woof
|
|
130
|
+
|
|
131
|
+
## final mesage
|
|
132
|
+
|
|
133
|
+
thank u for usin puppy
|
|
134
|
+
|
|
135
|
+
awoooooooooooooooooooooooo
|
|
136
|
+
|
|
137
|
+
🐾
|
|
@@ -0,0 +1,97 @@
|
|
|
1
|
+
import random
|
|
2
|
+
|
|
3
|
+
barks = [
|
|
4
|
+
"wrruufff awrrufff",
|
|
5
|
+
"arfff bark barkk",
|
|
6
|
+
"awoooorrruffff",
|
|
7
|
+
"brrrwooff arf",
|
|
8
|
+
"wufwufwufwuf",
|
|
9
|
+
"rrrarffff awooo",
|
|
10
|
+
"baaaarrkrruff",
|
|
11
|
+
"woofffgrrrarf",
|
|
12
|
+
"awruf awruf awruf",
|
|
13
|
+
"wrf wrf wrf wrf",
|
|
14
|
+
"awooOOOOooo",
|
|
15
|
+
"grrrrufff bark",
|
|
16
|
+
"brrf awrrf",
|
|
17
|
+
"woofwoofwoofwoofwoof",
|
|
18
|
+
"arrrrrbarkkkk",
|
|
19
|
+
"wrufffrrrufff",
|
|
20
|
+
"awoof awoof awoof",
|
|
21
|
+
"barkbarkbarkbark",
|
|
22
|
+
"grrrwoofsnarf",
|
|
23
|
+
"wrrrooooofffff",
|
|
24
|
+
"arf arf arf arf arf",
|
|
25
|
+
"baaarkaroooo",
|
|
26
|
+
"rufsnufwuf",
|
|
27
|
+
"awooooowrrf",
|
|
28
|
+
"wrfawrfawrf",
|
|
29
|
+
"grrrrrbark",
|
|
30
|
+
"wooooofffrrff",
|
|
31
|
+
"arrrufffrrfrrf",
|
|
32
|
+
"bark bark awoooo",
|
|
33
|
+
"wruffawruffawruff",
|
|
34
|
+
"awooowoooowooo",
|
|
35
|
+
"barkkkkkkkkk",
|
|
36
|
+
"wufrrfgrf",
|
|
37
|
+
"awoo arf bark awoo",
|
|
38
|
+
"rrrrrrruff",
|
|
39
|
+
"borkborkborkbork",
|
|
40
|
+
"awoooorrrrooofff",
|
|
41
|
+
"arfsnarfarf",
|
|
42
|
+
"grfgrfgrfgrf",
|
|
43
|
+
"woooOOOF",
|
|
44
|
+
"baaaarkwrrf",
|
|
45
|
+
"arrrrruffsnuff",
|
|
46
|
+
"wofwofwofwof",
|
|
47
|
+
"awooooobarkrrrr",
|
|
48
|
+
"grrrfwoofbrrf",
|
|
49
|
+
"arfawrfsnarf",
|
|
50
|
+
"wrfwoofarf",
|
|
51
|
+
"bark bark bark awooo",
|
|
52
|
+
"ruffsnuffgruff",
|
|
53
|
+
"awoofrrfrrf",
|
|
54
|
+
"wrrfrrrrrr",
|
|
55
|
+
"awooooooooooooo",
|
|
56
|
+
"grfgrfwoof",
|
|
57
|
+
"barkawrfawoo",
|
|
58
|
+
"rrrrrrrrwoof",
|
|
59
|
+
"arfsnorfgrf",
|
|
60
|
+
"woofawoofawoof",
|
|
61
|
+
"brrfrrfrrf",
|
|
62
|
+
"wrrrufffwoof",
|
|
63
|
+
"barkkkkkrrrf",
|
|
64
|
+
"arfarfarfarfarfarf",
|
|
65
|
+
"awoooowrrrrooof",
|
|
66
|
+
"grrrrrrrrrr",
|
|
67
|
+
"barkwufbarkwuf",
|
|
68
|
+
"ruffruffsnarf",
|
|
69
|
+
"awooooarfbork",
|
|
70
|
+
"wofrrfwofrrf",
|
|
71
|
+
"borksnarfgruff",
|
|
72
|
+
"awrrrfffoooo",
|
|
73
|
+
"grfwoofawoof",
|
|
74
|
+
"barkrrrrrrawooo",
|
|
75
|
+
"arfsnarfsnarf",
|
|
76
|
+
"wrrfwoofgrrr",
|
|
77
|
+
"awooooooooo",
|
|
78
|
+
"rrrrrufffawrf",
|
|
79
|
+
"arfwoofbarkgrf",
|
|
80
|
+
"barkkkkkkkkkkkkkk",
|
|
81
|
+
"wufgrfawrf",
|
|
82
|
+
"grrrrrrrrrwoof",
|
|
83
|
+
"arfarfsnorfwoof",
|
|
84
|
+
"wrrooffffawoo",
|
|
85
|
+
"barkawrfgrfwoof",
|
|
86
|
+
"awooooooooorrruffff",
|
|
87
|
+
"wrrfawooa",
|
|
88
|
+
]
|
|
89
|
+
|
|
90
|
+
|
|
91
|
+
def bark(mode=None):
|
|
92
|
+
if mode == "return":
|
|
93
|
+
return random.choice(barks)
|
|
94
|
+
elif mode == None:
|
|
95
|
+
print(random.choice(barks))
|
|
96
|
+
elif mode != None and mode != "return":
|
|
97
|
+
raise ValueError("Use param 'return' to return a bark or leave it empty to print a bark.")
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
def wag(mode=None):
|
|
2
|
+
if mode == "return":
|
|
3
|
+
return "Wags its tail X3"
|
|
4
|
+
elif mode == None:
|
|
5
|
+
print("Wags its tail X3")
|
|
6
|
+
elif mode != None and mode != "return":
|
|
7
|
+
raise ValueError("Use param 'return' to return a wag or leave it empty to print a wag.")
|
|
8
|
+
def sit(mode=None):
|
|
9
|
+
if mode == "return":
|
|
10
|
+
return "*sits U^w^U*"
|
|
11
|
+
elif mode == None:
|
|
12
|
+
print("*sits U^w^U*")
|
|
13
|
+
elif mode != None and mode != "return":
|
|
14
|
+
raise ValueError("Use param 'return' to return a sit or leave it empty to print a sit.")
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
puppydog
|
puppydog-0.1.0/setup.cfg
ADDED