Skip to content

Commit e12211b

Browse files
committed
Add readme and license
1 parent c925155 commit e12211b

6 files changed

Lines changed: 123 additions & 0 deletions

File tree

headers.py

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
"""
2+
3+
Visual HSP -> Headers, headers.py
4+
Copyright (C) 2025 CalaMityX
5+
6+
This program is free software: you can redistribute it and/or modify
7+
it under the terms of the GNU General Public License as published by
8+
the Free Software Foundation, either version 3 of the License, or
9+
(at your option) any later version.
10+
11+
This program is distributed in the hope that it will be useful,
12+
but WITHOUT ANY WARRANTY; without even the implied warranty of
13+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14+
GNU General Public License for more details.
15+
16+
You should have received a copy of the GNU General Public License
17+
along with this program. If not, see <https://gnu.ac.cn/licenses/>.
18+
19+
20+
"""
21+
22+
123
hsp_header = """; Generated by HSPVisual By CalaMity
224
#packopt hide 1
325
#packopt upx 1

main.py

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,27 @@
22
@Author: CalaMity-X
33
"""
44

5+
"""
6+
7+
Visual HSP -> main.py
8+
Copyright (C) 2025 CalaMityX
9+
10+
This program is free software: you can redistribute it and/or modify
11+
it under the terms of the GNU General Public License as published by
12+
the Free Software Foundation, either version 3 of the License, or
13+
(at your option) any later version.
14+
15+
This program is distributed in the hope that it will be useful,
16+
but WITHOUT ANY WARRANTY; without even the implied warranty of
17+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18+
GNU General Public License for more details.
19+
20+
You should have received a copy of the GNU General Public License
21+
along with this program. If not, see <https://gnu.ac.cn/licenses/>.
22+
23+
24+
"""
25+
526
import _thread
627
import sys
728

segment_edit/seg_edit.py

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,27 @@
55
# in conjunction with Tcl version 8.6
66
# Oct 02, 2025 12:18:32 AM CST platform: Windows NT
77

8+
"""
9+
10+
Visual HSP -> Segment Editor, seg_edit.py
11+
Copyright (C) 2025 CalaMityX
12+
13+
This program is free software: you can redistribute it and/or modify
14+
it under the terms of the GNU General Public License as published by
15+
the Free Software Foundation, either version 3 of the License, or
16+
(at your option) any later version.
17+
18+
This program is distributed in the hope that it will be useful,
19+
but WITHOUT ANY WARRANTY; without even the implied warranty of
20+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
21+
GNU General Public License for more details.
22+
23+
You should have received a copy of the GNU General Public License
24+
along with this program. If not, see <https://gnu.ac.cn/licenses/>.
25+
26+
27+
"""
28+
829
import sys
930
import tkinter as tk
1031
import tkinter.ttk as ttk

segment_edit/seg_edit_support.py

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,26 @@
44
# Support module generated by PAGE version 8.0
55
# in conjunction with Tcl version 8.6
66
# Oct 02, 2025 12:14:37 AM CST platform: Windows NT
7+
"""
78
9+
Visual HSP -> Segment Editor, seg_edit_support.py
10+
Copyright (C) 2025 CalaMityX
11+
12+
This program is free software: you can redistribute it and/or modify
13+
it under the terms of the GNU General Public License as published by
14+
the Free Software Foundation, either version 3 of the License, or
15+
(at your option) any later version.
16+
17+
This program is distributed in the hope that it will be useful,
18+
but WITHOUT ANY WARRANTY; without even the implied warranty of
19+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
20+
GNU General Public License for more details.
21+
22+
You should have received a copy of the GNU General Public License
23+
along with this program. If not, see <https://gnu.ac.cn/licenses/>.
24+
25+
26+
"""
827
import sys
928
import tkinter as tk
1029
import tkinter.ttk as ttk

var_edit/var_editor.py

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,26 @@
44
# GUI module generated by PAGE version 8.0
55
# in conjunction with Tcl version 8.6
66
# Sep 30, 2025 03:10:41 PM CST platform: Windows NT
7+
"""
78
9+
Visual HSP -> Variables Editor, var_editor.py
10+
Copyright (C) 2025 CalaMityX
11+
12+
This program is free software: you can redistribute it and/or modify
13+
it under the terms of the GNU General Public License as published by
14+
the Free Software Foundation, either version 3 of the License, or
15+
(at your option) any later version.
16+
17+
This program is distributed in the hope that it will be useful,
18+
but WITHOUT ANY WARRANTY; without even the implied warranty of
19+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
20+
GNU General Public License for more details.
21+
22+
You should have received a copy of the GNU General Public License
23+
along with this program. If not, see <https://gnu.ac.cn/licenses/>.
24+
25+
26+
"""
827
import sys
928
import tkinter as tk
1029
import tkinter.ttk as ttk

var_edit/var_editor_support.py

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,27 @@
99
# Sep 30, 2025 03:03:58 PM CST platform: Windows NT
1010
# Sep 30, 2025 03:04:51 PM CST platform: Windows NT
1111

12+
"""
13+
14+
Visual HSP -> Variables Editor, var_editor_support.py
15+
Copyright (C) 2025 CalaMityX
16+
17+
This program is free software: you can redistribute it and/or modify
18+
it under the terms of the GNU General Public License as published by
19+
the Free Software Foundation, either version 3 of the License, or
20+
(at your option) any later version.
21+
22+
This program is distributed in the hope that it will be useful,
23+
but WITHOUT ANY WARRANTY; without even the implied warranty of
24+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
25+
GNU General Public License for more details.
26+
27+
You should have received a copy of the GNU General Public License
28+
along with this program. If not, see <https://gnu.ac.cn/licenses/>.
29+
30+
31+
"""
32+
1233
import sys
1334
import tkinter as tk
1435
import easygui

0 commit comments

Comments
 (0)