KivyMD icon indicating copy to clipboard operation
KivyMD copied to clipboard

Update create_project.py

Open did0u007 opened this issue 1 year ago • 1 comments

Fix Windows compatibility

Description of the problem

First code was able to work perfectly on iOS and Linux but not on windows because of paths and architectures are not the same

Describe the algorithm of actions that leads to the problem

Description of the algorithm of actions

Screenshots of the problem

Sans titre

Description of Changes

I did handle Windows paths and, multiples pythons versions and taking care with venvs.

did0u007 avatar Sep 14 '22 14:09 did0u007

@did0u007 We strictly adhere to the PEP8 standards. In your changes, this standard is completely ignored. After making the changes, run the pre-commit run --all-files command to automatically format the code according to the PEP8 standards.

HeaTTheatR avatar Sep 15 '22 17:09 HeaTTheatR