├── .gitignore ├── Apache-2.0.txt ├── LICENSA.txt ├── README.md ├── dritare.py ├── percaktime.py ├── redakto.py ├── redakto_c.py ├── redakto_e.py ├── redakto_fj.py ├── redakto_pj.py ├── redakto_psh.py └── terminal.py /.gitignore: -------------------------------------------------------------------------------- 1 | __pycache__/ 2 | tmp/ 3 | *build* 4 | *testo* -------------------------------------------------------------------------------- /Apache-2.0.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/erionc/alb-spell-fix/HEAD/Apache-2.0.txt -------------------------------------------------------------------------------- /LICENSA.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/erionc/alb-spell-fix/HEAD/LICENSA.txt -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/erionc/alb-spell-fix/HEAD/README.md -------------------------------------------------------------------------------- /dritare.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/erionc/alb-spell-fix/HEAD/dritare.py -------------------------------------------------------------------------------- /percaktime.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/erionc/alb-spell-fix/HEAD/percaktime.py -------------------------------------------------------------------------------- /redakto.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/erionc/alb-spell-fix/HEAD/redakto.py -------------------------------------------------------------------------------- /redakto_c.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/erionc/alb-spell-fix/HEAD/redakto_c.py -------------------------------------------------------------------------------- /redakto_e.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/erionc/alb-spell-fix/HEAD/redakto_e.py -------------------------------------------------------------------------------- /redakto_fj.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/erionc/alb-spell-fix/HEAD/redakto_fj.py -------------------------------------------------------------------------------- /redakto_pj.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/erionc/alb-spell-fix/HEAD/redakto_pj.py -------------------------------------------------------------------------------- /redakto_psh.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/erionc/alb-spell-fix/HEAD/redakto_psh.py -------------------------------------------------------------------------------- /terminal.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/erionc/alb-spell-fix/HEAD/terminal.py --------------------------------------------------------------------------------