Metadata-Version: 2.1
Name: wypp
Version: 1.1.0
Summary: A user-friendly python programming environment for beginners
Home-page: https://github.com/skogsbaer/write-your-python-program
Author: Stefan Wehr
Author-email: stefan.wehr@hs-offenburg.de
Requires-Python: >=3.9.2
Description-Content-Type: text/markdown
License-File: LICENSE

# Write Your Python Program (WYPP)

A user-friendly python programming environment for beginners.

The ideas of this environment are based on the great ideas from
[Schreib dein Programm!](https://www.deinprogramm.de/sdp/).

WYPP consists of two parts:

- An extension for [Visual Studio Code](https://code.visualstudio.com).
- A python package named `wypp`.

This is the README for the python package. Usually, you install the python package together
with the extension for Visual Studio Code. The
[homepage of WYPP](https://github.com/skogsbaer/write-your-python-program) explains
how to install the extension and it contains extensive documentation on WYPP's features.

In case you want the use the `wypp` package *without* Visual Studio Code, you can install
the package via pip:

```
pip3 install wypp
```

This needs Python 3.9.x. After installation, you can use the `wypp` command
for running your python files, making all features explained below available.
Run `wypp --help` for usage information.
