Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/beangreen247/tingui
WIP a text editor written in python
https://github.com/beangreen247/tingui
247 bean beangreen247 code editor green gui linux python script text tin tk tkinter windows
Last synced: about 3 hours ago
JSON representation
WIP a text editor written in python
- Host: GitHub
- URL: https://github.com/beangreen247/tingui
- Owner: BeanGreen247
- Created: 2023-04-20T17:56:44.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-04-24T21:25:49.000Z (over 1 year ago)
- Last Synced: 2024-07-30T17:47:34.292Z (3 months ago)
- Topics: 247, bean, beangreen247, code, editor, green, gui, linux, python, script, text, tin, tk, tkinter, windows
- Language: Python
- Homepage:
- Size: 27.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# tinGUI
WIP a text editor written in python### debian based distros dependecies
```bash
sudo apt install -y python3 python3-pip python3-tk idle3 curl
```run without downloading the python file
```bash
curl -s https://raw.githubusercontent.com/BeanGreen247/tinGUI/main/tinGUI/tinGUI.py | python3 -s &
```### windows
Download the latest version of curlhttps://curl.se/windows/
next extract it into your C: drive like so
`C:\curl-8.0.1_7-win64-mingw`
next locate the `bin` folder
`C:\curl-8.0.1_7-win64-mingw\bin`
So copy the location.
Next Search for `view advanced system settings` a window should open upon selecting it.
In the window find `Environment Variables...` once there you should see `User variables for ...` and `System Variables`
In both you want to find Path so select once and click on `Edit...` a new window should show up so click on `New` and paste in the path to the curl bin folder `C:\curl-8.0.1_7-win64-mingw\bin`
Do the same for both `User variables for ...` and `System Variables`.
Next open Powershell and type in the following
***Note: make sure that your python install is also in the Path for both `User variables for ...` and `System Variables`.***
```powershell
curl.exe https://raw.githubusercontent.com/BeanGreen247/tinGUI/main/tinGUI/tinGUI.py | python.exe
```
This should open the text editor without having to download it.### TODO
* ~~Loading of files~~ done
* ~~Saving files~~ done
* ~~Save button with no dialog~~ done
* ~~Save As button with dialog~~ done
* Programming Language syntax support
* ~~Python~~ done
* Bash
* ~~Java~~ done
* C#
> more languages will be added as time goes on...### Issues/Bug reporting
If you encounter a bug/problem, please report it here, thxhttps://github.com/BeanGreen247/tinGUI/issues
### current bugs
* switching languages more than once causes it to crash/freeze---
BeanGreen247, 2023