Skip to content
/ autofill Public

AI tool to autofill text anywhere like GitHub Copilot

Notifications You must be signed in to change notification settings

Rig14/autofill

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Autofill software

How to use

  1. Write something.
  2. Press shortcut.
  3. See how it generates text for you.

How to run

Linux

  1. Become super user.
su -
  1. Navigate to this project folder.
  2. Create venv.
python3 -m venv .venv
  1. Activate venv.
source .venv/bin/activate
  1. Install requirements.
pip install -r requirements.txt
  1. Start program with python.
python3 main.py

API keys

In the project root directory there is a .env.example file. Copy it and rename it to .env. Insert your OpenAI API key into the file.

About

AI tool to autofill text anywhere like GitHub Copilot

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages