Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
db-assistant-2.1-terminal.exe | 2025-06-15 | 10.5 MB | |
db-assistant-2.1-terminal-nc.exe | 2025-06-15 | 10.5 MB | |
db-assistant-2.1-terminal-nc.py | 2025-06-15 | 11.0 kB | |
db-assistant-2.1-terminal.py | 2025-06-15 | 11.2 kB | |
db-assistant-2.1.py | 2025-06-15 | 15.1 kB | |
db-assistant-2.1.exe | 2025-06-15 | 77.5 MB | |
2.1 source code.tar.gz | 2025-06-13 | 390.9 kB | |
2.1 source code.zip | 2025-06-13 | 390.8 kB | |
README.md | 2025-06-13 | 1.1 kB | |
Totals: 9 Items | 99.3 MB | 9 |
Changes: The GUI now gives credit for me. Terminal Versions: Normal Terminal Version: Has colors! Non-Colored Terminal Version (the NC version): Has no colors. So i´m going to explain why it has two versions. There are certain terminals that can´t display any colors that they were not designed to display... Like the Terminal that comes bundled with Python. I wanted to give some fresh new appearance to the terminal version. But with this limitation of terminals.... I couldn´t make a .exe version that would work with the colors. Why? Because pyinstaller uses CMD to show the terminal. And a Windows 10 version of the Terminal. And guess what? The Windows 10 CMD doesn´t support any colors. But i made a discovery. If you use Windows Terminal to execute the .exe file.... It displays the text in Windows Terminal. So, there will be a colored version of the .exe, but you have to open it with a Windows Terminal shell with administrator priveleges. Any other way that is not using a terminal that supports colors will NOT WORK with this script. The powershell script is going to be bringed back later.