Skip to content

Commit d277224

Browse files
fix: correct typos and improve formatting in README.md
1 parent 8924378 commit d277224

1 file changed

Lines changed: 16 additions & 16 deletions

File tree

README.md

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
[![HTML5](https://img.shields.io/badge/-HTML5-grey?logo=html5)](https://ceccopierangiolieugenio.github.io/pyTermTk-Docs/info/features/crosscompatible.html)
88

99
[![pypi_version](https://img.shields.io/badge/Twitter-pyTermTk-blue?logo=x&logoColor=blue)](https://twitter.com/hashtag/pyTermTk?src=hashtag_click&f=live)
10-
[![Static Badge](https://img.shields.io/badge/BlyeSky-pyTermTk-blue?logo=bluesky&logoColor=blue)](https://bsky.app/profile/piercecco.bsky.social)
10+
[![Static Badge](https://img.shields.io/badge/BlueSky-pyTermTk-blue?logo=bluesky&logoColor=blue)](https://bsky.app/profile/piercecco.bsky.social)
1111
[![Static Badge](https://img.shields.io/badge/Discord-pyTermTk-8A2BE2?logo=discord&logoColor=blue)](https://discord.gg/bqcSZvup)
1212

1313
[![Python](https://img.shields.io/badge/Python-v3.9%5E-green?logo=python)](https://devguide.python.org/versions/)
@@ -25,20 +25,20 @@
2525

2626
## [pyTermTk](https://github.com/ceccopierangiolieugenio/pyTermTk)
2727

28-
(**py**thon **Term**inal **T**ool**k**it) is a Text-based user interface library ([TUI](https://en.wikipedia.org/wiki/Text-based_user_interface))
29-
Evolved from the discontinued project [pyCuT](https://github.com/ceccopierangiolieugenio/pyCuT)
30-
and inspired by a mix of [Qt5](https://www.riverbankcomputing.com/static/Docs/PyQt5/),[GTK](https://pygobject.readthedocs.io/en/latest/), and [tkinter](https://docs.python.org/3/library/tkinter.html) api definition with a touch of personal interpretation
28+
(**py**thon **Term**inal **T**ool**k**it) is a text-based user interface library ([TUI](https://en.wikipedia.org/wiki/Text-based_user_interface)).
29+
Evolved from the discontinued project [pyCuT](https://github.com/ceccopierangiolieugenio/pyCuT),
30+
it is inspired by a mix of [Qt5](https://www.riverbankcomputing.com/static/Docs/PyQt5/), [GTK](https://pygobject.readthedocs.io/en/latest/), and [tkinter](https://docs.python.org/3/library/tkinter.html) API definitions with a touch of personal interpretation.
3131

3232
https://github.com/user-attachments/assets/888e745a-ea00-4d03-b6ec-273319d54ea7
3333

3434
## [Features](https://ceccopierangiolieugenio.github.io/pyTermTk-Docs/info/features/index.html)
35-
- [Self Contained](https://ceccopierangiolieugenio.github.io/pyTermTk-Docs/info/installing.html#copy-termtk-folder) (no external lib required), Python 3.9 or above required.
36-
- [Cross compatible](https://ceccopierangiolieugenio.github.io/pyTermTk-Docs/info/features/crosscompatible.html): [Linux](https://en.wikipedia.org/wiki/Linux)🐧, [MacOS](https://en.wikipedia.org/wiki/MacOS)🍎, [MS Windows](https://en.wikipedia.org/wiki/Microsoft_Windows)🪟, [HTML5](https://en.wikipedia.org/wiki/HTML5)🌍([Try](https://ceccopierangiolieugenio.github.io/pyTermTk-Docs/sandbox/sandbox.html))
35+
- [Self-contained](https://ceccopierangiolieugenio.github.io/pyTermTk-Docs/info/installing.html#copy-termtk-folder) (no external libs required), Python 3.9 or above required.
36+
- [Cross-compatible](https://ceccopierangiolieugenio.github.io/pyTermTk-Docs/info/features/crosscompatible.html): [Linux](https://en.wikipedia.org/wiki/Linux)🐧, [macOS](https://en.wikipedia.org/wiki/MacOS)🍎, [MS Windows](https://en.wikipedia.org/wiki/Microsoft_Windows)🪟, [HTML5](https://en.wikipedia.org/wiki/HTML5)🌍 ([Try](https://ceccopierangiolieugenio.github.io/pyTermTk-Docs/sandbox/sandbox.html))
3737
- [Basic widgets](https://ceccopierangiolieugenio.github.io/pyTermTk-Docs/info/features/widgets.html#base-widgets) for [TUI](https://en.wikipedia.org/wiki/Text-based_user_interface) development (Button, Label, checkbox, ...)
3838
- [Specialized widgets](https://ceccopierangiolieugenio.github.io/pyTermTk-Docs/info/features/widgets.html#specialised-widgets) to improve the usability (Windows, Frames, Tables, ...)
39-
- QT Like Layout system to help arrange the widgets in the terminal
39+
- Qt-like layout system to help arrange the widgets in the terminal
4040
- True color support
41-
- Ful/Half/Zero sized Unicode characters 😎
41+
- Full/Half/Zero-sized Unicode characters 😎
4242
- I am pretty sure there is [something else...](https://ceccopierangiolieugenio.github.io/pyTermTk-Docs/info/features/index.html)
4343

4444
---
@@ -51,19 +51,19 @@ Powered by [Pyodide](https://pyodide.org/) and [xterm.js](https://xtermjs.org/)
5151

5252
---
5353

54-
## [the Tutorials](https://github.com/ceccopierangiolieugenio/pyTermTk/tree/main/tutorial) and [the Examples](https://github.com/ceccopierangiolieugenio/pyTermTk/tree/main/tutorial/000-examples.rst)
54+
## [The Tutorials](https://github.com/ceccopierangiolieugenio/pyTermTk/tree/main/tutorial) and [the Examples](https://github.com/ceccopierangiolieugenio/pyTermTk/tree/main/tutorial/000-examples.rst)
5555
Be inspired by [the Tutorials](https://github.com/ceccopierangiolieugenio/pyTermTk/tree/main/tutorial) and [the Examples](https://github.com/ceccopierangiolieugenio/pyTermTk/tree/main/tutorial/000-examples.rst)
5656

57-
## [Api Definitions](https://ceccopierangiolieugenio.github.io/pyTermTk-Docs/index.html#api-reference)
58-
Don't get bored by the [Api Definitions](https://ceccopierangiolieugenio.github.io/pyTermTk-Docs/index.html#api-reference)
57+
## [API Reference](https://ceccopierangiolieugenio.github.io/pyTermTk-Docs/index.html#api-reference)
58+
Don't get bored by the [API definitions](https://ceccopierangiolieugenio.github.io/pyTermTk-Docs/index.html#api-reference)
5959

6060
## [ttkode](https://github.com/ceccopierangiolieugenio/pyTermTk/tree/main/apps/ttkode)
6161
Burn your fingers with the Terminal Studio Kode
6262

6363
## [ttkDesigner](https://github.com/ceccopierangiolieugenio/pyTermTk/tree/main/apps/ttkDesigner)
6464
Smell deliciousness with the official [pyTermTk](https://github.com/ceccopierangiolieugenio/pyTermTk) tool for designing and building Text-based user interfaces ([TUI](https://en.wikipedia.org/wiki/Text-based_user_interface)s)
6565

66-
## [theDumbPaintTool](https://github.com/ceccopierangiolieugenio/pyTermTk/tree/main/apps/dumbPaintTool)
66+
## [the DumbPaintTool](https://github.com/ceccopierangiolieugenio/pyTermTk/tree/main/apps/dumbPaintTool)
6767
Unravel your inner artist with [The Terminal ASCII Photoshop](https://ceccopierangiolieugenio.itch.io/dumb-paint-tool)
6868

6969
---
@@ -92,18 +92,18 @@ cd pyTermTk
9292
# Showcase Demo
9393
python3 demo/demo.py -f -t
9494

95-
# run the ttkDesigner
95+
# run ttkDesigner
9696
run.ttkDesigner.sh
9797

9898
# run The Dumb Paint Tool
99-
# it require pillow
99+
# it requires pillow
100100
# pip install pillow
101101
run.dumbPaintTool.sh
102102

103103
# Text edit with "Pygments" highlight integrated
104-
# it require pygments
104+
# it requires pygments
105105
# pip install pygments
106-
python3 tests/test.ui.018.TextEdit.Pygments.py README.md
106+
python3 tests/t.ui/test.ui.018.TextEdit.03.Pygments.py README.md
107107
```
108108

109109
---

0 commit comments

Comments
 (0)