diff options
Diffstat (limited to 'public/monogatari/index.html')
| -rw-r--r-- | public/monogatari/index.html | 34 |
1 files changed, 30 insertions, 4 deletions
diff --git a/public/monogatari/index.html b/public/monogatari/index.html index d7f12c3..4a162be 100644 --- a/public/monogatari/index.html +++ b/public/monogatari/index.html @@ -6,10 +6,36 @@ <link rel='alternate' type='application/rss+xml' title="0xhenrique RSS" href='/index.xml'> <link rel='stylesheet' type='text/css' href='/style.css'> <link rel="icon" href="/favicon.ico"> - <meta name="description" content="MONOGATARI - Text Editor Monogatari is a text editor built with Python using the Tkinter GUI library. -Installation and usage Assuming you already have Python installed in your machine: -git clone [email protected]:all123all/monogatari.git cd monogatari python monogatari.py If you’re using Linux you probably will need to install tk manually: -//Arch based distros $ sudo pacman -S tk //For Ubuntu $ sudo apt-get install tk Goals Basic text editor functionalities (create file, open file, exit etc."> + <meta name="description" content="MONOGATARI - Text Editor + +Monogatari is a text editor built with Python using the Tkinter GUI library. +Installation and usage +Assuming you already have Python installed in your machine: +git clone [email protected]:all123all/monogatari.git +cd monogatari +python monogatari.py +If you’re using Linux you probably will need to install tk manually: +//Arch based distros +$ sudo pacman -S tk +//For Ubuntu +$ sudo apt-get install tk +Goals + + Basic text editor functionalities (create file, open file, exit etc.) + Black background and a colorpicker option to choose another color + Test routine for the basic functionalities + Release a package + The close function is being called even when the file isn’t modified + +Contribute to MONOGATARI - Text Editor + +Click the fork button on top right +Git clone your fork +Connect with my repo: + +$ git remote add all123all git://github.com/all123all/monogatari +$ git remote -v +You are now ready to start to code! Just do as always:"> <meta name="keywords" content="projects, programming, python, linux, windows"> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="robots" content="index, follow"> |
