Skip to content

Commit

Permalink
Merge branch 'master' of https:/Mnikley/Python-UI-Collection
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Ley committed Oct 2, 2021
2 parents ebba341 + 3f999c1 commit 22f9fb5
Showing 1 changed file with 14 additions and 7 deletions.
21 changes: 14 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
# Python UI Collection
Python User Interface widgets (parts, whole UIs, test-stuff), TKinter and Kivy
This repository is a collection of Python User Interfaces including templates to develop UIs yourself, snippets and more-or-less finished UIs for various purposes. Based on the frameworks Tkinter and Kivy.

# Tkinter Template
Tkinter Template for Desktop Applications; Includes customized classes for scrollable frames, various themes (based on ttkthemes), loading animations, config parser functionality, MongoDB API, JSON editor and more
Tkinter Template for Desktop Applications; Includes customized classes for scrollable frames, various themes (based on ttkthemes), loading animations, tooltips, config parser, MongoDB API, JSON editor and more

1. Clone repository: git clone https:/Mnikley/Python-UI-Collection/edit/master/README.md
2. Navigate to Tkinter folder: cd Tkinter/Template
3. Install requirements: python -m pip install -r requirements.txt
4. Run GUI: python GUI.py
### Setup
1. Clone repository: `git clone https:/Mnikley/Python-UI-Collection`
2. Navigate to folder: `cd Tkinter/Template`
3. Install requirements: `python -m pip install -r requirements.txt`
4. Run GUI: `python GUI.py`

![image](https://user-images.githubusercontent.com/75040444/132994677-9fb3b5f0-9f16-4bbc-a24a-9a9fab63c93f.png)

Expand All @@ -18,6 +19,12 @@ Lightweight Bitpanda UI to fetch assets (crypto, ETF, index, metal), trades, fia
- Export to .json possible (temporary files which are deleted immediately and are only available in cache)
- Hovering over balances, amount of transactions etc. gives extensive information as Tooltip

### Setup
1. Clone repository: `git clone https:/Mnikley/Python-UI-Collection`
2. Navigate to folder: `cd Tkinter/Bitpanda`
3. Install requirements: `python -m pip install -r requirements.txt`
4. Run GUI: `python crypto_gui.py`
5. Enter valid API keys after first launch via the menu (will be stored in config.ini)

![image](https://user-images.githubusercontent.com/75040444/134688788-5354dc49-a4a3-4575-a3cc-5aa36708f497.png)
![image](https://user-images.githubusercontent.com/75040444/134555724-a53edbb8-db9a-42ad-9bb3-4b122dc74d2b.png)

0 comments on commit 22f9fb5

Please sign in to comment.