D#

A simple, beginner-friendly programming language that compiles to Python 3. Write less, do more.

Download D# v1.1 View Source Code

Simple Syntax

Clean and readable syntax designed for beginners. No boilerplate, just code.

Compiles to Python

D# compiles directly to Python 3. Use any Python library seamlessly.

Built-in GUI

Create windows, buttons, labels and forms with simple one-line commands.

Hello, D#

make window "Hello" 300x150

add label lbl with "Hello, World!" at 80, 50

start gui