Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alejandrogallo/periodic-table-raku
A raku program to memorize the periodic table
https://github.com/alejandrogallo/periodic-table-raku
educational-chemistry educational-project gtk3 gtk3-raku periodic-table perl6 raku
Last synced: about 1 month ago
JSON representation
A raku program to memorize the periodic table
- Host: GitHub
- URL: https://github.com/alejandrogallo/periodic-table-raku
- Owner: alejandrogallo
- Created: 2020-04-04T22:53:30.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-04-07T14:03:42.000Z (almost 5 years ago)
- Last Synced: 2024-11-05T18:56:46.319Z (3 months ago)
- Topics: educational-chemistry, educational-project, gtk3, gtk3-raku, periodic-table, perl6, raku
- Language: Raku
- Size: 24.4 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Periodic table trainer
This is an extremely simple program in order to memorize the periodic
table of elements. It shows what can you do with
very few lines of raku when you're bored.## Installing
```
zef install .
```Or just copy the bin script somewhere.
You'll need the simple package `GTK::Simple`.
```
zef install GTK::Simple
```## Screenshot
Nothing fancy, just some inputs...
A screenshot is here:![alt text](./screenshot.jpg "Screenshot")