Create README
Browse files
README
ADDED
|
@@ -0,0 +1,31 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
UFD-linux-Desktop-Widget
|
| 2 |
+
A Python Tkinter Desktop assistant for Linux Readme
|
| 3 |
+
|
| 4 |
+
# UFD - Your Friend Desktop
|
| 5 |
+
|
| 6 |
+
A fun and lightweight Linux desktop widget assistant written in Python and Tkinter. It creates 5 small interactive characters on the screen to help users interact with their Linux system, mainly for kids.
|
| 7 |
+
People who would like to learn Linux can use this simple desktop.
|
| 8 |
+
|
| 9 |
+
## Current Feature
|
| 10 |
+
* **USBcowboy (Cyan):** Click on it to automatically open the Linux USB mount directory (`/media/sa`).
|
| 11 |
+
|
| 12 |
+
## Next Goals (Anyone who are interested in this can advanced this and make it better.)
|
| 13 |
+
|
| 14 |
+
I hope Linux can be one of interesting and fun desktops and os system that kids and anyone will love it, and make it into characters, like game characters.
|
| 15 |
+
When you click the chatacters, they will run and smile, also with sound. I hope people can brainstorm about this and make this os more cute, cool and interesting for kids.
|
| 16 |
+
|
| 17 |
+
The basic route for this:
|
| 18 |
+
|
| 19 |
+
1. **Desktop Embedding:** Make the window completely frameless (`overrideredirect`) and pin it to the desktop background layer.
|
| 20 |
+
2. **System Integration:** Link the other characters to Linux functions:
|
| 21 |
+
* `Catman` -> Cloud system,any related to cloud for "C"
|
| 22 |
+
* `Diskdibian` ->Local Disk.
|
| 23 |
+
* `Easyceaer` -> Outer Disk
|
| 24 |
+
* `Bookman` -> Anything related to txt,
|
| 25 |
+
word,ppt,docs
|
| 26 |
+
3. **Dynamic Path:** Auto-detect the current Linux `$USER` name instead of hardcoded `/media/sa`.
|
| 27 |
+
|
| 28 |
+
## How to Run
|
| 29 |
+
```bash
|
| 30 |
+
sudo apt install python3-tk
|
| 31 |
+
python3 game.py
|