From b13a5ee4004b3adc702374ed8ce0954df3cc35cc Mon Sep 17 00:00:00 2001 From: 0xhenrique Date: Wed, 19 Feb 2025 21:28:48 +0000 Subject: remove markdown in favour of org files --- blog/monogatari.html | 112 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 112 insertions(+) create mode 100644 blog/monogatari.html (limited to 'blog/monogatari.html') diff --git a/blog/monogatari.html b/blog/monogatari.html new file mode 100644 index 0000000..8eac2da --- /dev/null +++ b/blog/monogatari.html @@ -0,0 +1,112 @@ + + + + + +Monogatari - Text Editor in Python + + + + + + +
+
+

Monogatari - Text Editor in Python

+

+Monogatari is a text editor built with Python using the Tkinter GUI library. +shinobu.gif +

+ +
+

Installation and usage

+
+

+Assuming you already have Python installed in your machine: +

+
+
$ git clone git@github.com: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 based
+$ 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: +

+
+
$ git add .
+$ git commit -m "fix: something that was fixed"
+$ git push
+
+
+ +

+Then you can create a pull request right here on Github. Just go to the Pull Requests tab and select `New pull request` button to do so. +

+
+
+ +
+

Screenshots

+
+ +
+print.png + +
+
+
+
+
+
Created using GNU Emacs + Org Static Blog.
+ + -- cgit v1.3