Skip to main content

convert all python script to pyc file in given directory

Project description

can be imported by

from pycconverter import PycConverter

or

import pycconverter

Convert all .py files to .pyc files

param Source_path: Path to the source directory

param Destination_path: Path to the destination directory where the .pyc files will be stored

param DirectoryNamePyc: Name of the directory where the .pyc files will be stored

:return: None

:Example:

>>> from pycconverter import PycConverter

>>> PycConverter(Source_path="/home/user/ProjectsDirectory", Destination_path="/home/user/Projects/PycC", DirectoryNamePyc="BUILD").convert_to_pyc()

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pycConverter-0.0.6.tar.gz (2.0 kB view hashes)

Uploaded Source

Built Distribution

pycConverter-0.0.6-py3-none-any.whl (2.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page