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

https://github.com/uggla/oshaberi


https://github.com/uggla/oshaberi

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

          

# Oshabari

A small application written in python 3 and tkinter.

## Installation on unix (Fedora 22)
* Install git
```
dnf install git
```
* Install python 3
```
dnf install python3
```
* Install tkinter, the dependencies will install tk libraries.
```
dnf install python3-tkinter-3.4.2-6.fc22.x86_64
```
* Get the source from this repository.
```
git clone https://github.com/uggla/oshaberi.git
```
or
```
git clone git@github.com:uggla/oshaberi.git
```

## Installation on windows
* Install git
* Install tcl/tk. Download it from http://www.activestate.com/activetcl
* Intall python 3, the typical installation will add the tkinter modules.
* Get the source from this repository.
```
git clone https://github.com/uggla/oshaberi.git
```
or
```
git clone git@github.com:uggla/oshaberi.git
```