Linux Immersive Learning System
Project description
Project Description
Immersive system to run interactive tutorials, hacking learning lessons or just games that integrates with your system. The main idea is to have an INK language engine to process the tutorial scripts and provide an interactive user interface to the user. The system should be able to listen to different Linux events (like filesystem changes, process is running, the current date, etc) and modify the tutorial state depending on that.
Example:
- We've a tutorial to learn about how to use the linux terminal, a bash introduction
- The tutorial gives to the user a brief explanation about how to create a directory and waits for the directory to be created
- Once the system detects that directory, it automatically go forwards, says congrats to the user and continues with the next step
The main idea is to build the base system with Python and provide a generic interface (dbus, socket, cli) to be able to extend and use from different languages.
This idea is based on the Hack Computer concept, but trying to make it simpler and not tied to the desktop. It's a simple concept to have a way to create a more fun learning experience using a Choose Your Own Adventure like tutorial flow, with different user input that can happen in a different process.
Goal for this Hackweek
This is the full list of goals that will be great to have, in order of importance:
- Build a basic python Ink language interpreter
- Create the base system that runs the tutorial, keep the state and provide an API to be used
- Make the base system extensible with listeners that can wait for
different kind of events:
- user option selection
- user text input
- new file
- date change
- launch program, close program
- system reboot?
- ...
- Create initial tutorial about how to write lils tutorials / games
- Create different graphical user interfaces (GNOME shell plugin, desktop application, web interface...)
Resources
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file pylils-1.0.0.tar.gz
.
File metadata
- Download URL: pylils-1.0.0.tar.gz
- Upload date:
- Size: 12.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.3.2 CPython/3.10.9 Linux/6.1.8-1-default
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 95a38043742192457fee794b47b037676ece48425e9a8138f4d107eabb00a29f |
|
MD5 | d6233e4d300f95f3e9456d5187777a4b |
|
BLAKE2b-256 | b01b39cbbd84b905e5175056cf02e74d0ddd3031cb7e13b747c0f5d062407186 |
File details
Details for the file pylils-1.0.0-py3-none-any.whl
.
File metadata
- Download URL: pylils-1.0.0-py3-none-any.whl
- Upload date:
- Size: 24.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.3.2 CPython/3.10.9 Linux/6.1.8-1-default
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5c2c741f41012bf15224734cbf956549450650114d99cdf99b2075ad595da459 |
|
MD5 | b0fc1a33d5c8b5e9d402acf552a8fe18 |
|
BLAKE2b-256 | 781a2e1435008c36b4486d56d09d326dd545a38d903b4889d05f5def82e925a3 |