Skip to main content

Using text recognition for a ChatGPT prompt

Project description

read-and-chat

Installation

Run the following series of commands in a shell, such as bash.

git clone git@github.com:hssrobotics23/read-and-chat.git
cd read-and-chat

Install the repository locally with python 3.8 or above.

python3 -m pip install -e .

Then, run the command line tool read-and-chat.

read-and-chat

Publishing

Bundle the source code and the wheels.

python3 -m pip install build
python3 -m build --sdist
python3 -m build --wheel

To publish to pypi with credentials in your .pypirc, run:

python3 -m pip install twine
python3 -m twine upload dist/*

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

read-and-chat-0.0.1.tar.gz (2.8 kB view hashes)

Uploaded Source

Built Distribution

read_and_chat-0.0.1-py3-none-any.whl (4.1 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page