A simple API to ask a user for information in a beatiful way.
- Free! We don't want any money from you!
- Add yours!
pip install socrates-input
git clone https://github.com/PerchunPak/socrates-input.git
cd socrates-input
Next we need install poetry
with recommended way.
If you use Linux, use command:
curl -sSL https://install.python-poetry.org | python -
If you use Windows, open PowerShell with admin privileges and use:
(Invoke-WebRequest -Uri https://install.python-poetry.org -UseBasicParsing).Content | python -
poetry install --no-dev
All configuration happens in config.yml
, or with enviroment variables.
You can always write me!
from socrates_input.example import some_function
print(some_function(3, 4))
# => 7
pip install -U socrates-input
For updating, just re-download repository (do not forget save config),
if you used git
for downloading, just run git pull
.
This project was generated with python-template.