Skip to content

🚫 Dobby is an abstraction of cocoa widgets into a python setting.

License

Notifications You must be signed in to change notification settings

gabrielcsapo/dobby

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DEPRECATED: THIS WILL NO LONGER BE UNDER DEVELOPMENT

dobby

What is this?

Dobby is an abstraction of cocoa widgets into a python setting.

What is the purpose?

The purpose of this library is to rapidly produce osx native applications without the need for xcode or objective-c programming. All cocoa widgets are avaible with all event functionality and style just as in the cocoa documentation, but abstracted into a python space.

Current Widgets

  • Button = NSButton
  • Dialog = NSDialog
  • Label = NSLabel
  • Icon = NSIcon
  • Image = NSImage
  • TextField = NSTextField
  • Progressbar = NSProgressbar
  • ScrollView = NSScrollView
  • SplitView = NSSplitView
  • StatusBar = NSStatusBar
  • TabContainer = NSTabContainer
  • TableView = NSTableView
  • TextInput = NSTextInput
  • TextView = NSTextView
  • TreeView = NSOutlineView
  • View = NSView
  • WebView = NSWebView

How can you contribute?

Fork this repository, add any functionality that is in the cocoa docs and send a pull request

About

🚫 Dobby is an abstraction of cocoa widgets into a python setting.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages