Formee is a tool that provides an easy way to create, edit and manage all of your forms from the command line. It uses a powerful GraphQL API and strives to make the process of working with forms as easy and simple as possible.
- Install formee with pip
pip3 install formee
-
Use the Github repository
git clone https://github.com/Arpan-206/formee.git cd formee
- If you use poetry, then:
poetry install
- Otherwise, use pip
pip3 install -r requirements.txt
- If you use poetry, then:
- Install the CLI.
- Run the command
python3 -m formee
Or just
formee
- You're good to go.
If you want to learn how to use Formee, then you can visit the learn segment in the docs.
Access the Documentation over here.
- Add more type of fields
- Work on security
- Work on Auth
- Improve WebUI
- Improve runtime
If you have any feedback, please reach out to us at arpan@hackersreboot.tech.
Contributions are always welcome!
See contributing.md
for ways to get started.
Please adhere to this project's code of conduct
.