Skip to content
This repository was archived by the owner on May 5, 2024. It is now read-only.

Commit 5674a83

Browse files
committed
update
1 parent e9beb23 commit 5674a83

22 files changed

+437
-307
lines changed

DialogModule.exe/DialogModule.exe

8.36 MB
Binary file not shown.

DialogModule.exe/data.win

43.2 KB
Binary file not shown.

DialogModule.exe/icon.png

19.9 KB
Loading

DialogModule.exe/libdlgmod.dll

330 KB
Binary file not shown.

DialogModule.exe/libfilesystem.dll

460 KB
Binary file not shown.
825 Bytes
Binary file not shown.
16.6 KB
Binary file not shown.
Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
[GUI]
2-
title = PythonOS
3-
geometry = 640x480
4-
background_color = red
5-
taskbar_height = 50
6-
taskbar_color = blue
1+
[GUI]
2+
title = PythonOS
3+
geometry = 640x480
4+
background_color = green
5+
taskbar_height = 50
6+
taskbar_color = grey
77
taskbar_name = taskbar

PythonOS/config_login.ini

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[GUI]
2+
title = Login
3+
geometry = 240x180

PythonOS/file.py

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
import os
2+
config_file = os.path.join(os.path.dirname(__file__), 'config.ini')
3+
usrpass = os.path.join(os.path.dirname(__file__), 'pass.ini')
4+
config_login = os.path.join(os.path.dirname(__file__), 'config_login.ini')
5+
6+
panno = 'addons/panno.py'
7+
pyle = 'addons/pyle.py'
8+
addons = 'addons'
9+
shell = 'PythonOS/shell.py'

0 commit comments

Comments
 (0)