A simple GUI application to generate memos based on user inputs. The application uses tkinter
for the GUI, datetime
for the current date, ollama
for generating the memo content, and python-docx
along with docx2pdf
for creating and converting the document.
- Generates memos based on user input
- Uses a template to create a Word document
- Converts the Word document to PDF
- Python 3.x
- tkinter
- datetime
- ollama
- python-docx
- docx2pdf
-tinyllama from ollama
-
Clone the repository:
git clone https://github.com/yourusername/memo-generator.git cd memo-generator
-
Install the required packages:
pip install -r requirements.txt
-
Run the application:
python memo_generator.py
-
Fill in the fields in the GUI and click "Generate Memo".
memo_generator.py
: Main Python script.requirements.txt
: List of required Python packages.memotemplate_template.docx
: Template for the memo : edit as you may like.
This project is licensed under the MIT License - see the LICENSE file for details.