This is a project to make Word in Python. Known as PyWord.
There are no dependencies that you will have to manually install. PyWord currently uses the tkinter
and the os
libraries in Python, both of which do not require to be installed.
The goal of this is to not use any pips to recreate Microsoft Word in Python.
Hence the name PyWord.
This is licensed under the MIT license, meaning that you are welcome to copy, edit, and remix this absolute garbage. You also have the right to sell my absolute piece of garbage for however much it's worth. Just tell me beforehand.
For those who want to build upon my project, you are more than welcome to do so. Just give me some credit in a commented line at the beginning or end. I have labeled this script reasonably well to make sure that the code is easily understood.