Hide Python Code

Asked 2 years ago, Updated 2 years ago, 15 views

Is there a way not to expose the actual source code on Python?

For example, field name m1.py print('code')

main.py

import m1

Use m1.py at main.py as shown above How to prevent internal code from being opened

In other words, if you make dll in C and distribute it, you don't know the actual code, What functions can be used

Master, please make a move.

python

2022-09-20 22:32

1 Answers

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.