Skip to content

FrankTrani/AutoTyper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages