Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/bytesbyharsh/pycon2023-ylw
- Owner: bytesByHarsh
- License: mit
- Created: 2023-09-14T16:24:16.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-06-02T12:09:25.000Z (7 months ago)
- Last Synced: 2024-07-21T20:31:41.669Z (5 months ago)
- Language: Python
- Homepage: https://www.harshmittal.com/PyCon2023-YLW/
- Size: 428 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```