From ff8c550a58233cd0920e8e829471a37b32142caf Mon Sep 17 00:00:00 2001 From: 0xhenrique Date: Sun, 19 Jan 2025 13:30:02 +0000 Subject: delete public directory --- public/monogatari/index.html | 105 ------------------------------------------- 1 file changed, 105 deletions(-) delete mode 100644 public/monogatari/index.html (limited to 'public/monogatari/index.html') diff --git a/public/monogatari/index.html b/public/monogatari/index.html deleted file mode 100644 index c596f8a..0000000 --- a/public/monogatari/index.html +++ /dev/null @@ -1,105 +0,0 @@ - - - - Monogatari - Text Editor in Python | 0xhenrique - - - - - - - - - - - - -
-

Monogatari - Text Editor in Python

-
- -

MONOGATARI - Text Editor

-

monogatari-movie scene shinobu kokorowatari

-

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 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
-$ 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

-

monogatari on i3wm screenshot

- - - - -
-
- - - - - -- cgit v1.3