Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bytesbyharsh/pycon2023-ylw

Python GUI to teach Python
https://github.com/bytesbyharsh/pycon2023-ylw

Last synced: 29 days ago
JSON representation

Python GUI to teach Python

Awesome Lists containing this project

README

        

# PyCon India 2023 - YLW

Young Learners Workshop: [Link](https://in.pycon.org/2023/ylw/)

![Pycon speaker List](/docs/img/pycon_speaker.png)

## Software Tool

![](/docs/img/main_ui.png)

This tool can be used to learn more about python basics. Main aim is to get it installed in different schools laptop/rpi systems so that students can learn python basics and eventually game basics.

### Installation

```bash
sudo apt update
sudo apt upgrade
sudo apt install git
sudo apt install gnome-terminal
pip3 install -r requirement.txt
```

### Execution

```bash
python main.py
```