StoryMaker-karjakak 1.0.5__tar.gz → 1.0.7__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.
Files changed (34) hide show
  1. storymaker_karjakak-1.0.7/PKG-INFO +83 -0
  2. storymaker_karjakak-1.0.7/StoryMaker_karjakak.egg-info/PKG-INFO +83 -0
  3. {storymaker_karjakak-1.0.5 → storymaker_karjakak-1.0.7}/StoryMaker_karjakak.egg-info/SOURCES.txt +8 -0
  4. {storymaker_karjakak-1.0.5 → storymaker_karjakak-1.0.7}/StoryMaker_karjakak.egg-info/top_level.txt +1 -0
  5. storymaker_karjakak-1.0.7/pictures/devotion.png +0 -0
  6. storymaker_karjakak-1.0.7/pictures/devotion_complete.png +0 -0
  7. storymaker_karjakak-1.0.7/pictures/starter.png +0 -0
  8. storymaker_karjakak-1.0.7/pictures/story_maker.png +0 -0
  9. {storymaker_karjakak-1.0.5 → storymaker_karjakak-1.0.7}/pyproject.toml +16 -6
  10. storymaker_karjakak-1.0.7/stories/BlessingPro/BlessingPro1.zip +0 -0
  11. storymaker_karjakak-1.0.7/stories/BlessingPro/BlessingPro2.zip +0 -0
  12. storymaker_karjakak-1.0.7/stories/BlessingPro/BlessingPro3.zip +0 -0
  13. storymaker_karjakak-1.0.7/stories/BlessingPro/BlessingPro4.zip +0 -0
  14. {storymaker_karjakak-1.0.5 → storymaker_karjakak-1.0.7}/story_maker/blessing_pro.py +20 -0
  15. storymaker_karjakak-1.0.5/PKG-INFO +0 -53
  16. storymaker_karjakak-1.0.5/StoryMaker_karjakak.egg-info/PKG-INFO +0 -53
  17. {storymaker_karjakak-1.0.5 → storymaker_karjakak-1.0.7}/LICENSE +0 -0
  18. {storymaker_karjakak-1.0.5 → storymaker_karjakak-1.0.7}/README.md +0 -0
  19. {storymaker_karjakak-1.0.5 → storymaker_karjakak-1.0.7}/StoryMaker_karjakak.egg-info/dependency_links.txt +0 -0
  20. {storymaker_karjakak-1.0.5 → storymaker_karjakak-1.0.7}/StoryMaker_karjakak.egg-info/entry_points.txt +0 -0
  21. {storymaker_karjakak-1.0.5 → storymaker_karjakak-1.0.7}/setup.cfg +0 -0
  22. {storymaker_karjakak-1.0.5 → storymaker_karjakak-1.0.7}/story_maker/__init__.py +0 -0
  23. {storymaker_karjakak-1.0.5 → storymaker_karjakak-1.0.7}/story_maker/main_frame.py +0 -0
  24. {storymaker_karjakak-1.0.5 → storymaker_karjakak-1.0.7}/story_maker/story_archive/__init__.py +0 -0
  25. {storymaker_karjakak-1.0.5 → storymaker_karjakak-1.0.7}/story_maker/story_archive/choices.py +0 -0
  26. {storymaker_karjakak-1.0.5 → storymaker_karjakak-1.0.7}/story_maker/story_archive/story_archive.py +0 -0
  27. {storymaker_karjakak-1.0.5 → storymaker_karjakak-1.0.7}/story_maker/story_archive/story_data.py +0 -0
  28. {storymaker_karjakak-1.0.5 → storymaker_karjakak-1.0.7}/story_maker/story_archive/story_load.py +0 -0
  29. {storymaker_karjakak-1.0.5 → storymaker_karjakak-1.0.7}/story_maker/story_structure/__init__.py +0 -0
  30. {storymaker_karjakak-1.0.5 → storymaker_karjakak-1.0.7}/story_maker/story_structure/story_beginning.py +0 -0
  31. {storymaker_karjakak-1.0.5 → storymaker_karjakak-1.0.7}/story_maker/story_structure/story_multiple_choices.py +0 -0
  32. {storymaker_karjakak-1.0.5 → storymaker_karjakak-1.0.7}/story_maker/story_structure/story_multiple_stories.py +0 -0
  33. {storymaker_karjakak-1.0.5 → storymaker_karjakak-1.0.7}/story_maker/story_structure/story_save_delete_button.py +0 -0
  34. {storymaker_karjakak-1.0.5 → storymaker_karjakak-1.0.7}/story_maker/story_structure/story_selection.py +0 -0
@@ -0,0 +1,83 @@
1
+ Metadata-Version: 2.4
2
+ Name: StoryMaker-karjakak
3
+ Version: 1.0.7
4
+ Summary: Story Maker for devotion and blessing for others.
5
+ Author: karjakak
6
+ Author-email: kakkarja.github@gmail.com
7
+ License: BSD 3-Clause License
8
+
9
+ Copyright (c) 2025, KarjaKAK
10
+
11
+ Redistribution and use in source and binary forms, with or without
12
+ modification, are permitted provided that the following conditions are met:
13
+
14
+ 1. Redistributions of source code must retain the above copyright notice, this
15
+ list of conditions and the following disclaimer.
16
+
17
+ 2. Redistributions in binary form must reproduce the above copyright notice,
18
+ this list of conditions and the following disclaimer in the documentation
19
+ and/or other materials provided with the distribution.
20
+
21
+ 3. Neither the name of the copyright holder nor the names of its
22
+ contributors may be used to endorse or promote products derived from
23
+ this software without specific prior written permission.
24
+
25
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
26
+ AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
27
+ IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
28
+ DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
29
+ FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
30
+ DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
31
+ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
32
+ CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
33
+ OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
34
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
35
+
36
+ Project-URL: Homepage, https://github.com/kakkarja/Story_Maker
37
+ Keywords: Story Maker,Interactive Story,Devotion,Story Reader,Stories
38
+ Classifier: Environment :: Win32 (MS Windows)
39
+ Classifier: Environment :: MacOS X
40
+ Classifier: Intended Audience :: End Users/Desktop
41
+ Classifier: Programming Language :: Python :: 3.10
42
+ Requires-Python: >=3.10
43
+ Description-Content-Type: text/markdown
44
+ License-File: LICENSE
45
+ Dynamic: license-file
46
+
47
+ # Create your devotion story and share to others as blessing ❤️
48
+
49
+ **Story Maker**
50
+
51
+ * Need to create a folder first by pressing the **save** button.
52
+ * Than click the folder.
53
+ * Inside the empty folder than start to make a story and **save**.
54
+ * The **'<'** button is going back to folders area.
55
+ * The **'>'** button is going back to files area.
56
+ * The **delete** button:
57
+ * Delete a file.
58
+ * Folder empty, wil delete the folder.
59
+ * Pressing ```Ctrl + D``` buttons will delete all contents of all fields.
60
+ > **WARNING!**
61
+ _Be careful not to delete everything before save it._
62
+ * You can edit existing story by click it, and it will loads to the story fields.
63
+
64
+ **NOTE:**
65
+ In the folders area, if press **save** button, will create another folder.
66
+
67
+ **To start Story Maker:**
68
+
69
+ ```Terminal
70
+ # Mac-OS
71
+ % SMD
72
+
73
+ # Windows
74
+ > SMD
75
+ ```
76
+
77
+ ![starter](pictures/starter.png)
78
+
79
+ ![devotion](pictures/devotion.png)
80
+
81
+ ![devotion_complete](pictures/devotion_complete.png)
82
+
83
+ ![story_maker](pictures/story_maker.png)
@@ -0,0 +1,83 @@
1
+ Metadata-Version: 2.4
2
+ Name: StoryMaker-karjakak
3
+ Version: 1.0.7
4
+ Summary: Story Maker for devotion and blessing for others.
5
+ Author: karjakak
6
+ Author-email: kakkarja.github@gmail.com
7
+ License: BSD 3-Clause License
8
+
9
+ Copyright (c) 2025, KarjaKAK
10
+
11
+ Redistribution and use in source and binary forms, with or without
12
+ modification, are permitted provided that the following conditions are met:
13
+
14
+ 1. Redistributions of source code must retain the above copyright notice, this
15
+ list of conditions and the following disclaimer.
16
+
17
+ 2. Redistributions in binary form must reproduce the above copyright notice,
18
+ this list of conditions and the following disclaimer in the documentation
19
+ and/or other materials provided with the distribution.
20
+
21
+ 3. Neither the name of the copyright holder nor the names of its
22
+ contributors may be used to endorse or promote products derived from
23
+ this software without specific prior written permission.
24
+
25
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
26
+ AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
27
+ IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
28
+ DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
29
+ FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
30
+ DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
31
+ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
32
+ CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
33
+ OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
34
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
35
+
36
+ Project-URL: Homepage, https://github.com/kakkarja/Story_Maker
37
+ Keywords: Story Maker,Interactive Story,Devotion,Story Reader,Stories
38
+ Classifier: Environment :: Win32 (MS Windows)
39
+ Classifier: Environment :: MacOS X
40
+ Classifier: Intended Audience :: End Users/Desktop
41
+ Classifier: Programming Language :: Python :: 3.10
42
+ Requires-Python: >=3.10
43
+ Description-Content-Type: text/markdown
44
+ License-File: LICENSE
45
+ Dynamic: license-file
46
+
47
+ # Create your devotion story and share to others as blessing ❤️
48
+
49
+ **Story Maker**
50
+
51
+ * Need to create a folder first by pressing the **save** button.
52
+ * Than click the folder.
53
+ * Inside the empty folder than start to make a story and **save**.
54
+ * The **'<'** button is going back to folders area.
55
+ * The **'>'** button is going back to files area.
56
+ * The **delete** button:
57
+ * Delete a file.
58
+ * Folder empty, wil delete the folder.
59
+ * Pressing ```Ctrl + D``` buttons will delete all contents of all fields.
60
+ > **WARNING!**
61
+ _Be careful not to delete everything before save it._
62
+ * You can edit existing story by click it, and it will loads to the story fields.
63
+
64
+ **NOTE:**
65
+ In the folders area, if press **save** button, will create another folder.
66
+
67
+ **To start Story Maker:**
68
+
69
+ ```Terminal
70
+ # Mac-OS
71
+ % SMD
72
+
73
+ # Windows
74
+ > SMD
75
+ ```
76
+
77
+ ![starter](pictures/starter.png)
78
+
79
+ ![devotion](pictures/devotion.png)
80
+
81
+ ![devotion_complete](pictures/devotion_complete.png)
82
+
83
+ ![story_maker](pictures/story_maker.png)
@@ -6,6 +6,14 @@ StoryMaker_karjakak.egg-info/SOURCES.txt
6
6
  StoryMaker_karjakak.egg-info/dependency_links.txt
7
7
  StoryMaker_karjakak.egg-info/entry_points.txt
8
8
  StoryMaker_karjakak.egg-info/top_level.txt
9
+ pictures/devotion.png
10
+ pictures/devotion_complete.png
11
+ pictures/starter.png
12
+ pictures/story_maker.png
13
+ stories/BlessingPro/BlessingPro1.zip
14
+ stories/BlessingPro/BlessingPro2.zip
15
+ stories/BlessingPro/BlessingPro3.zip
16
+ stories/BlessingPro/BlessingPro4.zip
9
17
  story_maker/__init__.py
10
18
  story_maker/blessing_pro.py
11
19
  story_maker/main_frame.py
@@ -1,4 +1,5 @@
1
1
  Archive_story_maker
2
2
  dist
3
3
  pictures
4
+ stories
4
5
  story_maker
@@ -4,15 +4,22 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "StoryMaker-karjakak"
7
- version = "1.0.5"
8
-
7
+ version = "1.0.7"
9
8
  requires-python = ">=3.10"
10
- authors = [{name = "karjakak", email = "kakkarja.github@gmail.com"}]
9
+ authors = [
10
+ {name = "karjakak"},
11
+ {email = "kakkarja.github@gmail.com"}
12
+ ]
11
13
  description = "Story Maker for devotion and blessing for others."
12
14
  readme = "README.md"
13
- license = "BSD-3-Clause"
14
- license-files = ["LICENSE"]
15
-
15
+ license = {file = "LICENSE"}
16
+ keywords = [
17
+ "Story Maker",
18
+ "Interactive Story",
19
+ "Devotion",
20
+ "Story Reader",
21
+ "Stories",
22
+ ]
16
23
  classifiers = [
17
24
  "Environment :: Win32 (MS Windows)",
18
25
  "Environment :: MacOS X",
@@ -28,3 +35,6 @@ SMD = "story_maker:main"
28
35
 
29
36
  [tool.setuptools.packages.find]
30
37
  where = ["."]
38
+
39
+ [tool.setuptools.package-data]
40
+ "*" = ["*.png", "*.zip"]
@@ -282,10 +282,30 @@ class Bless:
282
282
  def trans(self, event = None):
283
283
  pass
284
284
 
285
+
286
+ def transfer_stories(path: Path):
287
+ stories_path = Path(__file__).parent.parent.joinpath("stories")
288
+ if not path.exists():
289
+ path.mkdir()
290
+ if stories_path.joinpath("BlessingPro").exists():
291
+ with chdir(stories_path):
292
+ stories_path.joinpath("BlessingPro").rename(path.joinpath("BlessingPro"))
293
+
285
294
  def main():
286
295
  pth = Path.home().joinpath("StoryMaker")
287
296
  begin = Tk()
288
297
  begin.withdraw()
298
+ try:
299
+ transfer_stories(pth)
300
+ except:
301
+ mes.showinfo(
302
+ "Stories",
303
+ (
304
+ f"Could not transfer folder of stories, please do it manually from {
305
+ Path(__file__).parent.parent.joinpath("stories")
306
+ } to {pth}!"
307
+ )
308
+ )
289
309
  ans = mes.askyesnocancel("Blessing Project", "Load story or Create story? (yes to load)")
290
310
  files = bool(list(pth.iterdir())) if pth.exists() else False
291
311
  if pth.exists() and files and ans:
@@ -1,53 +0,0 @@
1
- Metadata-Version: 2.4
2
- Name: StoryMaker-karjakak
3
- Version: 1.0.5
4
- Summary: Story Maker for devotion and blessing for others.
5
- Author-email: karjakak <kakkarja.github@gmail.com>
6
- License-Expression: BSD-3-Clause
7
- Project-URL: Homepage, https://github.com/kakkarja/Story_Maker
8
- Classifier: Environment :: Win32 (MS Windows)
9
- Classifier: Environment :: MacOS X
10
- Classifier: Intended Audience :: End Users/Desktop
11
- Classifier: Programming Language :: Python :: 3.10
12
- Requires-Python: >=3.10
13
- Description-Content-Type: text/markdown
14
- License-File: LICENSE
15
- Dynamic: license-file
16
-
17
- # Create your devotion story and share to others as blessing ❤️
18
-
19
- **Story Maker**
20
-
21
- * Need to create a folder first by pressing the **save** button.
22
- * Than click the folder.
23
- * Inside the empty folder than start to make a story and **save**.
24
- * The **'<'** button is going back to folders area.
25
- * The **'>'** button is going back to files area.
26
- * The **delete** button:
27
- * Delete a file.
28
- * Folder empty, wil delete the folder.
29
- * Pressing ```Ctrl + D``` buttons will delete all contents of all fields.
30
- > **WARNING!**
31
- _Be careful not to delete everything before save it._
32
- * You can edit existing story by click it, and it will loads to the story fields.
33
-
34
- **NOTE:**
35
- In the folders area, if press **save** button, will create another folder.
36
-
37
- **To start Story Maker:**
38
-
39
- ```Terminal
40
- # Mac-OS
41
- % SMD
42
-
43
- # Windows
44
- > SMD
45
- ```
46
-
47
- ![starter](pictures/starter.png)
48
-
49
- ![devotion](pictures/devotion.png)
50
-
51
- ![devotion_complete](pictures/devotion_complete.png)
52
-
53
- ![story_maker](pictures/story_maker.png)
@@ -1,53 +0,0 @@
1
- Metadata-Version: 2.4
2
- Name: StoryMaker-karjakak
3
- Version: 1.0.5
4
- Summary: Story Maker for devotion and blessing for others.
5
- Author-email: karjakak <kakkarja.github@gmail.com>
6
- License-Expression: BSD-3-Clause
7
- Project-URL: Homepage, https://github.com/kakkarja/Story_Maker
8
- Classifier: Environment :: Win32 (MS Windows)
9
- Classifier: Environment :: MacOS X
10
- Classifier: Intended Audience :: End Users/Desktop
11
- Classifier: Programming Language :: Python :: 3.10
12
- Requires-Python: >=3.10
13
- Description-Content-Type: text/markdown
14
- License-File: LICENSE
15
- Dynamic: license-file
16
-
17
- # Create your devotion story and share to others as blessing ❤️
18
-
19
- **Story Maker**
20
-
21
- * Need to create a folder first by pressing the **save** button.
22
- * Than click the folder.
23
- * Inside the empty folder than start to make a story and **save**.
24
- * The **'<'** button is going back to folders area.
25
- * The **'>'** button is going back to files area.
26
- * The **delete** button:
27
- * Delete a file.
28
- * Folder empty, wil delete the folder.
29
- * Pressing ```Ctrl + D``` buttons will delete all contents of all fields.
30
- > **WARNING!**
31
- _Be careful not to delete everything before save it._
32
- * You can edit existing story by click it, and it will loads to the story fields.
33
-
34
- **NOTE:**
35
- In the folders area, if press **save** button, will create another folder.
36
-
37
- **To start Story Maker:**
38
-
39
- ```Terminal
40
- # Mac-OS
41
- % SMD
42
-
43
- # Windows
44
- > SMD
45
- ```
46
-
47
- ![starter](pictures/starter.png)
48
-
49
- ![devotion](pictures/devotion.png)
50
-
51
- ![devotion_complete](pictures/devotion_complete.png)
52
-
53
- ![story_maker](pictures/story_maker.png)