You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.




[](https://pypi.org/project/ttkode)
[](https://twitter.com/hashtag/pyTermTk?src=hashtag_click& f=live)
# ttkode
TerminalToolKit (Studio) Code (editor)
A hopefully fast and mesmerizingly advanced [text-based ](https://en.wikipedia.org/wiki/Text-based_user_interface ) code editor inspired by [vscode ](https://code.visualstudio.com )
## Features (TBD)
- Search Panel
- Highlight
- Bookmarks
- Shiny ASCII Red Peppers
[](https://pypi.org/project/tlogg)
[Peek 2022-10-08 22-25.webm ](https://user-images.githubusercontent.com/8876552/195099208-65d4707e-0340-4077-835a-87ae6c8ae3b6.webm )
# Install from [pypi](https://pypi.org/project/ttkode)
```bash
pip install ttkode
```
# QuickRun
```bash
$ ttkode -h
usage: ttkode [-h] [-c C] path [path ...]
positional arguments:
path the dir/filename/s
optional arguments:
-h, --help show this help message and exit
-c C config folder (default: "/home/user/.config/ttkode")
```