-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME.txt
More file actions
168 lines (82 loc) · 3.67 KB
/
README.txt
File metadata and controls
168 lines (82 loc) · 3.67 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
,------. ,------. ,-----. ,------. ,-----. ,---.
| .-. \ | .--. '' .-. '| .--. ' ' .-. '' .-'
| | \ :| '--'.'| | | || '--' | | | | |`. `-.
| '--' /| |\ \ ' '-' '| | --' ' '-' '.-' |
`-------' `--' '--' `-----' `--' `-----' `-----'
DropOS
Overview
DropOS is an open‑source launcher and mini operating‑system–style environment, coded entirely in Python using Tkinter for its graphical interface. It is designed to simulate a lightweight desktop OS experience while remaining simple, moddable, and beginner‑friendly.
DropOS focuses on customization, experimentation, and learning. It includes a boot menu, a login system, an app launcher, and a growing collection of built‑in applications — all inside a single Python project.
Key Features
🔐 Login & User System
Simple password‑based login system
Remembers the last logged‑in user
No online accounts required
No external authentication services
🖥️ Boot Menu
Dedicated boot screen before entering DropOS
Displays system messages during startup
Command‑style interaction (e.g. start, clear, time)
🧩 Application Launcher
Central launcher that displays installed apps
Apps can be enabled or disabled through the code
Emoji‑based app icons for clarity and personality
Modular structure so new apps can be added easily
📦 Built‑in Applications (13 Total)
DropOS ships with 13 different applications, including:
Calculator
Notepad (file editing & saving)
Dice Roller
Color Picker
Mini Quiz
Paint
Games (such as Flappy‑style and geometry‑style games)
Utility and experimental apps
(Some apps may be locked or disabled by default and can be enabled through configuration.)
📁 File Storage & Privacy
DropOS can be used to store files locally
Files are hidden from casual access by other users on the same computer
Designed as a lightweight personal storage space, not a cloud service
🎨 UI & Customization
Tkinter‑based GUI with a modernized layout
Linux / Windows‑inspired visual elements
Support for:
Custom fonts
Font scaling
Window shadows (simulated)
Global wallpapers
Easily themeable by editing a few variables
🧠 Memory & State
Remembers user settings during runtime
Tracks installed and unlocked applications
Maintains boot messages and session state
Privacy & Security
No data collection
No analytics
No internet tracking
DropOS does not send or store personal data anywhere
The only stored information is:
Local login credentials (for remembering the user)
Everything stays on your computer.
Technical Details
Language: Python
GUI Framework: Tkinter
Platform: Windows (primary), Linux (experimental)
Architecture: Single‑script project with modular sections
Open Source
DropOS is fully open‑source. You are free to:
Modify the code
Add your own applications
Redesign the UI
Learn from it
Share your own versions
It is built to be hacked, improved, and experimented with.
Disclaimer
DropOS is not a real operating system. It is a launcher / OS‑like environment meant for:
Learning Python
UI experimentation
Fun projects
Personal customization
Final Notes
DropOS is constantly evolving. New apps, visual upgrades, and system features can be added easily thanks to its modular structure. If you enjoy experimenting with Python and building desktop‑style environments, DropOS is made for you.
Welcome to DropOS 🚀