Skip to content

vasek9876/Python-pyz-maker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

84 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python-pyz-maker

This project has to meet the requirement:

Udělat BAT-ťák, který si vytáhne pyparsing a yaml z c:....\python39-32\lib\site-packages, odstraní pycache adresáře a zabalí to s nulovou kompresí do ZIPu. Pak by se dělal release na jeden klik myší.

You need 7zip:

https://www.7-zip.org/

Current version:

Version 1.3.4

  • Write your python location in Compress.bat here (full path) + lib\site-packages:

image

  • Write your modules in Modules.dat like: main,pyparsing,yaml... (it reads first from local (".") and next it reads from python location like python import - but only site-packages)
  • Write it here (only name without ending):

image

  • Include error detection (not include detection of locked files or folders)
  • ! Do not close the cmd - because of the temp files (press any key to continue)