Coder Social home page Coder Social logo

tingui's Introduction

tinGUI

WIP a text editor written in python

debian based distros dependecies

sudo apt install -y python3 python3-pip python3-tk idle3 curl

run without downloading the python file

curl -s https://raw.githubusercontent.com/BeanGreen247/tinGUI/main/tinGUI/tinGUI.py | python3 -s &

windows

Download the latest version of curl

https://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.

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, thx

https://github.com/BeanGreen247/tinGUI/issues

current bugs

  • switching languages more than once causes it to crash/freeze

BeanGreen247, 2023

tingui's People

Contributors

beangreen247 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.