Skip to content

JoelShine/Terminoid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Terminoid

A terminal bot, to accompany in your tasks. Visit the official webpage of Terminoid - https://joelshine.github.io/Terminoid/

Screenshot of Terminoid

Installation

You need the following packages to run Terminoid.

pip install prompt_toolkit
pip install psutil

OR

Run "install.bat" or "install.sh" depending on your system and install the required packages

The only prerequisite is you need to have python installed.

Don't have python ? But want to try it ? Download the exe file and run it.

See the latest release of Terminoid - https://github.com/JoelShine/Terminoid/releases/

Common errors during installation

You may run into some errors, related to virus. Actually, there is no virus in this program. You can run the program. If you have some Antivirus blocking it, then close the antivirus and try again.

If this screen pops up, you can run anyway as there is no virus or malware in this program.

Inspiration

The inspiration for this program is the new Windows Terminal launched by Microsoft. It was the most beautiful terminal emulator I have ever seen. Completely customizable, the background by setting video or even gif !, the title of the App etc.

So, the main thing that attracted me was that you could change the colour scheme. I scoured through the available python modules, and saw colorama, but we cannot input in colour in colorama. Then I came across prompt-toolkit

It is a wonderful module. There are many options inculde autocompletion, syntax highlighting and much more.

Special thanks

Special thanks to microsoft for the Windows Terminal and inspiring me to make Terminoid. Thanks to the makers of prompt-toolkit module for helping me to make this project.

Support and Contribution

Your support and comments are welcome. You can contribute to Terminoid by opening an issue with title #Terminoid development and opening a pull request.

This is a project which is still in development. You can support me by starring this repository and other repositories. Hope this project will be helpful for all 😊