littlewhitecloud / TkTerminal

A terminal emulator widget written in Python using tkinter
MIT License
15 stars 2 forks source link

Use different console? #20

Open littlewhitecloud opened 1 year ago

littlewhitecloud commented 1 year ago

Actually, I make this project because I want to make a Terminal tkinter version (See mincrosoft's Teminal: https://github.com/microsoft/terminal). But now, the repo stores terminal widget and I think we can specified a console and run commands on it. image Just like the picture shows: we can use Visual Studio 2022 Developer PowerShell and cmd.exe.

Moosems commented 1 year ago

So you want what exactly? I'm not quite sure what you're looking for.

Moosems commented 1 year ago

If you want this to make fully self-contained app, that's pretty simple. I would make a sister repo using Pyinstaller Builds that uses the package and set a few things like the Menu and whatnot. I'd be happy to help set that up :D. With the current pypi builds, I need to put in my pypi username and password so if those permissions could be given, I could set that up. If you want to make those secrets then you can do it too.

littlewhitecloud commented 1 year ago

So you want what exactly? I'm not quite sure what you're looking for.

My English is still not very good. I mean we can run commands on different consoles. Not only cmd.exe. For example, just like if we use powershell as console, we can use "ls" command and we can't use "ls" on cmd.exe. We can choose different consoles we like as our console. (...)

littlewhitecloud commented 1 year ago

If you want this to make fully self-contained app, that's pretty simple. I would make a sister repo using Pyinstaller Builds that uses the package and set a few things like the Menu and whatnot. I'd be happy to help set that up :D. With the current pypi builds, I need to put in my pypi username and password so if those permissions could be given, I could set that up. If you want to make those secrets then you can do it too.

Thanks for your kind! I mean maybe I will create a new repo named "Terminal" based on this project and my "CustomTkinterTitlebar" to make a tkinter version "Terminal".

Also, upload to pypi is in need, I will take time to learn how to set secrets

Moosems commented 1 year ago

My English is still not very good. I mean we can run commands on different consoles. Not only cmd.exe. For example, just like if we use powershell as console, we can use "ls" command and we can't use "ls" on cmd.exe. We can choose different consoles we like as our console. (...)

So like changing from bash to shell! That makes sense, great idea!