Skip to content

Commit

Permalink
Rewrite - Proper separation of backend and frontend. Fresh rich front…
Browse files Browse the repository at this point in the history
…end (#31)

* Typisierung von Variablen hinzugefügt, typing

* Bessere Trennung von Front- (main.py) und Backend (Connection.py)

* Deutlichere Empfehlungen für bessere Sicherheit im settings example

* Verbessertes Handling von doppelten Dateinamen.
Zuerst wird Zeitstempel angehängt, anschließend hochzählende Zahl.

* GUI auf rich menu umgestellt, dadurch etwas hübscher, lesbarer und mehr nützliche Infos.

* Es wird nun mindestens Python-Version 3.8 benötigt! 

---------

Co-authored-by: Senshi <6715079+WGPSenshi@users.noreply.github.com>
  • Loading branch information
senshi-x and senshi-x authored Mar 18, 2024
1 parent 958dcf4 commit c58b237
Show file tree
Hide file tree
Showing 8 changed files with 534 additions and 591 deletions.
12 changes: 12 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# EditorConfig is awesome: https://EditorConfig.org

# top-most EditorConfig file
root = true

[*]
indent_style = space
indent_size = 4
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = false
Loading

0 comments on commit c58b237

Please sign in to comment.