Skip to content

cracksuxer/QuickType-Bot

Repository files navigation

QuickType-Bot

Project Screenshot

Project Screenshot

Demo Video

Click on the image below to view the demo video:

Demo Video

To install poetry follow the instructions here

https://python-poetry.org/docs/#installing-with-pipx

To install dependencies

poetry install

To run the bot

poetry run dev

To add a new dependency

poetry add <package-name>

To add a new dev dependency

poetry add -D <package-name>

To add new commands, edit the pyproject.toml file

[tool.poetry.scripts] # find this section
dev = "quicktype.main:dev" # add a new line here, where dev is the name of the command and quicktype.main:dev is the path to the function

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages