Metadata-Version: 2.1
Name: vocabuilder
Version: 0.1.4
Summary: Vocabulary builder for language learners
Home-page: https://github.com/hakonhagland/vocabuilder
License: MIT
Author: Håkon Hægland
Author-email: hakon.hagland@gmail.com
Requires-Python: >=3.10,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Provides-Extra: docs
Requires-Dist: configparser (>=5.3.0,<6.0.0)
Requires-Dist: future (>=0.18.3,<0.19.0)
Requires-Dist: gitpython (>=3.1.31,<4.0.0)
Requires-Dist: pathlib (>=1.0.1,<2.0.0)
Requires-Dist: platformdirs (>=3.8.0,<4.0.0)
Requires-Dist: pyqt6 (>=6.5.1,<7.0.0)
Requires-Dist: sphinx (>=7.2.5,<8.0.0) ; extra == "docs"
Requires-Dist: sphinx-autodoc-typehints (>=1.24.0,<2.0.0) ; extra == "docs"
Requires-Dist: sphinx-rtd-theme (>=1.3.0,<2.0.0) ; extra == "docs"
Project-URL: Repository, https://github.com/hakonhagland/vocabuilder
Description-Content-Type: text/markdown

## Vocabuilder
- Python script using PyQt6
- Build a vocabulary gradually and practice it
- Select a delay in days until a term should be practiced again
- Connect local database with firebase cloud database
- Use a separate script if you want to reset the firebase database to the current local database
- Extension to android is planned
- Incremental local backup of your database using git

## Documentation

See [hakonhagland.github.io/vocabuilder](https://hakonhagland.github.io/vocabuilder/)

