-
Notifications
You must be signed in to change notification settings - Fork 14
Home
Welcome to the Python OS Wiki!
The current release is v1.01. Report issues on the Issues page.
If you are making your own Python OS system, you can download 3D-printable components to make a case here.
Resources to start with:
- Python 2 Documentation: https://docs.python.org/2/
- Pygame Documentation: http://pygame.org/docs/
- The Getting Started page
Python OS is designed to run on a Raspberry Pi microcomputer. The model B or higher is recommended. The OS itself is designed to run with a touchscreen such as Adafruit's PiTFT - Assembled 320x240 2.8" TFT+Touchscreen for Raspberry Pi, but nothing in it requires the use of one. You can test it out on any computer that can run Python and Pygame.
Interesting features
- Modular, easy-to-write applications.
- A complete, event driven GUI toolkit.
- A touchscreen keyboard.
- Much more!
If you enjoy using Python OS, please consider a donation to help fund development.
Wiki and documentation by Adam Furman. Find an error or have a suggestion? Send it to furmada (at) gmail dot com.
Documentation
-
Applicationclass -
ApplicationListclass -
Notificationclass-
PermanentNotificationclass
-
-
NotificationQueueclass -
DataStoreclass -
ImmersionUIclass
-
Stateclass
-
GUIclass
The following classes are all under the GUI class, e.g. Font is actually accessed as GUI.Font.
-
Fontclass -
Iconsclass -
ColorPaletteclass -
LongClickEventclass -
IntermediateUpdateEventclass -
EventQueueclass -
FunctionBarclass -
Keyboardclass -
Overlayclass -
Dialogclass-
OKDialogdialog -
ErrorDialogdialog -
WarningDialogdialog -
YNDialogdialog -
OKCancelDialogdialog -
AskDialogdialog -
CustomContentDialogdialog
-
-
NotificationMenuoverlay-
RecentAppSwitcheroverlay -
Selectoroverlay
-
-
Componentclass
The following classes are all Components, they inherit from that class.
-
Containercomponent -
AppContainercontainer -
Buttoncontainer -
KeyboardButtoncontainer -
TextEntryFieldcontainer -
PagedContainercontainer-
GriddedPagedContainercontainer -
ListedPagedContainercontainer
-
-
ButtonRowcontainer -
ScrollableContainercontainer-
ListScrollableContainercontainer -
TextScrollableContainercontainer -
MultiLineTextEntryFieldcontainer
-
-
Textcomponent -
MultiLineTextcomponent -
ExpandingMultiLineTextcomponent -
Imagecomponent -
Slidercomponent -
Checkboxcomponent -
Switchcomponent -
Canvascomponent -
ScrollIndicatorcomponent
