Easy install, easy start
v0.4.0 is the "just use it" release.
Install in one command
pipx install conf-t # recommended
# or
pip install conf-tThen:
conf-t # interactive menu
conf-t --continue # jump straight into practice--continue picks the right thing
- Daily Review if tasks are due
- Else your last in-progress lesson
- Else the recommended next lesson
- Else the first beginner lesson
First-run welcome
New users see a one-time quick-start panel with starter lesson IDs and tips.
PyPI publishing
This release adds a publish workflow. To enable pip install conf-t for everyone:
- Create an account at pypi.org
- Generate an API token (scope: entire account or project
conf-t) - Add it as GitHub repo secret:
PYPI_API_TOKEN - Re-run the Publish to PyPI workflow from Actions (or publish the next release)
Until the first successful publish, install from source: pip install git+https://github.com/Elshayib/conf-t.git
Full changelog: CHANGELOG.md