Skip to content

Latest commit

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date

Repository files navigation

Python Flashcards

Description

To be completed.

Usage

Preparing an environment

# creating virtual environment
poetry env use python
# activating virtual environment
poetry shell # runs new shell with activated virtual environment# orsource$(poetry env info --path)/bin/activate # for POSIX shellsource {path_to_venv}\Scripts\activate.bat # for Windows# installing dependencies
poetry install

About

Simple GUI Application for Flashcards

Resources

Stars

0 stars

Watchers

2 watching

Forks

Releases

Packages

Contributors

Languages