Skip to content

Commit 22f9fb5

Browse files
author
Matthias Ley
committed
2 parents ebba341 + 3f999c1 commit 22f9fb5

File tree

1 file changed

+14
-7
lines changed

1 file changed

+14
-7
lines changed

README.md

Lines changed: 14 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
# Python UI Collection
2-
Python User Interface widgets (parts, whole UIs, test-stuff), TKinter and Kivy
2+
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.
33

44
# Tkinter Template
5-
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
5+
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
66

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

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

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

22+
### Setup
23+
1. Clone repository: `git clone https://github.com/Mnikley/Python-UI-Collection`
24+
2. Navigate to folder: `cd Tkinter/Bitpanda`
25+
3. Install requirements: `python -m pip install -r requirements.txt`
26+
4. Run GUI: `python crypto_gui.py`
27+
5. Enter valid API keys after first launch via the menu (will be stored in config.ini)
28+
2129
![image](https://user-images.githubusercontent.com/75040444/134688788-5354dc49-a4a3-4575-a3cc-5aa36708f497.png)
2230
![image](https://user-images.githubusercontent.com/75040444/134555724-a53edbb8-db9a-42ad-9bb3-4b122dc74d2b.png)
23-

0 commit comments

Comments
 (0)