Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/uggla/oshaberi
https://github.com/uggla/oshaberi
Last synced: 25 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/uggla/oshaberi
- Owner: uggla
- Created: 2015-08-19T21:52:18.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-08-21T12:50:40.000Z (over 9 years ago)
- Last Synced: 2024-10-14T09:11:06.093Z (2 months ago)
- Language: Python
- Homepage:
- Size: 301 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 [email protected]: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 [email protected]:uggla/oshaberi.git
```