Skip to content

Latest commit

 

History

History
37 lines (28 loc) · 832 Bytes

readme.md

File metadata and controls

37 lines (28 loc) · 832 Bytes

Quick Start Guide

Setup

  1. Download the files and place them into a new folder.

  2. Open your terminal and navigate to the newly created folder.

  3. Create a virtual environment by running the following command in the terminal:

    python -m venv venv
  4. Once the command finishes, activate the virtual environment:

    • On Windows:
      venv\Scripts\activate
    • On macOS and Linux:
      source venv/bin/activate
  5. Install the necessary dependencies:

    pip install -r requirements.txt
    • If you are using Python 3, replace pip with pip3.
  6. Run the program:

    python app.py

Using the Program

  • Select a .txt file to type your work in, or use the provided text.txt.