Chase appliaction.
A program that imitates a wolf chase after a sheep. Made for 'Python programming' course at TUL.
- Kacper Włodarczyk
- Dawid Morka
2020/2021
MIT License
- Create setup.py file with configuration of package
- Run setuptool command:
python setup.py sdist bdist_wheel
- Run command to create venv:
python -m venv venv_name - Activate venv:
.\venv_name\Scripts\activate - Deactivate venv:
deactivate
- Install our package:
pip install -i https://test.pypi.org/simple/ chase-pkg==0.0.2 - Import package:
import chase
- Run command:
python -m chase [ARGS] - List of args with description:
python -m chase --help