We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is your feature request related to a problem? Please describe. When closing program everything is lost
Describe the solution you'd like Database or file
Encryption This data should ideally be encrypted so it can't be accessed by third-parties Therefor probably use PyCrypto with AES
The text was updated successfully, but these errors were encountered:
deutsch = Subject("Deutsch", True, False) deutsch.add_grade_category("schriftlich", 2) deutsch.add_grade_category("mündlich", 1) deutsch.add_grade(Grade(15, "KA4"))
Sorry, something went wrong.
"{"name": "de", "grades": {"s": (["grade": 13, "name": "K", "date": "2019-08-02 16:56:05.638399", "grade": 12, "name": "K", "date": "2019-08-02 16:56:05.638399"], 2), "m": (["grade": 12, "name": "K", "date": "2019-08-02 16:56:05.638399"], 1)}, "main_subject": True, "oral_exam": False}"
The serialization and deserialization is done, now only the encryption is not working. If this is done -> Pull Request
lade043
tstst334
No branches or pull requests
Is your feature request related to a problem? Please describe.
When closing program everything is lost
Describe the solution you'd like
Database or file
Encryption
This data should ideally be encrypted so it can't be accessed by third-parties
Therefor probably use PyCrypto with AES
The text was updated successfully, but these errors were encountered: