https://github.com/kanocomputing/kano-apps
Launcher for different utilities
https://github.com/kanocomputing/kano-apps
kano-os
Last synced: 2 months ago
JSON representation
Launcher for different utilities
- Host: GitHub
- URL: https://github.com/kanocomputing/kano-apps
- Owner: KanoComputing
- License: gpl-2.0
- Created: 2014-03-28T18:29:04.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2019-10-31T14:12:55.000Z (over 6 years ago)
- Last Synced: 2024-04-11T15:53:38.129Z (about 2 years ago)
- Topics: kano-os
- Language: Python
- Homepage:
- Size: 30.3 MB
- Stars: 18
- Watchers: 32
- Forks: 9
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Kano Apps
**Apps** is a small app installer and launcher for the **Kano OS**. It
downloads apps from [Kano World](http://world.kano.me/apps) and installs them
on your system. Being focused on ease of use, it colour codes each application
and may provide custom icons for some.

The applications are divided into several categories in the directory:
* **Code**,
* **Games**,
* **Media**,
* **Others**,
* **Tools**,
* and **Experimental**.
The program is written entirely in Python using **GTK 3.12** via the
[gi](https://wiki.gnome.org/action/show/Projects/GObjectIntrospection) bindings.
It also reads the desktop entries from `/usr/share/applications/` and displays
them on the **Others** pane.
## Installation
To install **Apps** on your system, get the **kano-apps** from our package
repository:
```bash
sudo apt-get install kano-apps
```
If not on **Kano OS**, you might need to add our repo to your sources list:
```bash
deb http://repo.kano.me/archive/ release main
```
## Testing
This project doesn't require any compiling to run, just clone the repo and run
the main script:
```bash
git clone git@github.com:KanoComputing/kano-apps.git
cd kano-apps/bin
./kano-apps
```
## Contributing
We welcome anyone who would like contribute to this project. Check out the [bug
tracker](https://github.com/KanoComputing/kano-apps/issues) and
[wiki](https://github.com/KanoComputing/kano-apps/wiki). You might also find
some useful information in the [generic contributor's
guidelines](http://developers.kano.me/get-involved/) that apply to all of our
projects.
## License
This program is licensed under the terms of the **GNU GPLv2**. See the `LICENSE`
file for the full text.