Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Insert scrypt inside file.py ?
#9
(Oct-06-2019, 02:32 PM)JohnnyCoffee Wrote: Could you explain how the insert would look inside the file2.py as in the instruction below ?
You most explain better what the task is.
touch file2.py is only creating an an empty file.
If trying to insert something that file seems not smart.
Module as i shown my post or Packages is the normal way to use several files together and insert stuff.

Are you talking about scrypt in your first post?
Then after install pip install scrypt .
Then it can be used in any python code or file.
import scrypt

scrypt.decrypt(string, password)
Reply


Messages In This Thread
Insert scrypt inside file.py ? - by JohnnyCoffee - Oct-05-2019, 02:59 PM
RE: Insert scrypt inside file.py ? - by snippsat - Oct-05-2019, 07:45 PM
RE: Insert scrypt inside file.py ? - by Gribouillis - Oct-05-2019, 09:30 PM
RE: Insert scrypt inside file.py ? - by Gribouillis - Oct-06-2019, 06:25 AM
RE: Insert scrypt inside file.py ? - by snippsat - Oct-06-2019, 08:54 AM
RE: Insert scrypt inside file.py ? - by snippsat - Oct-06-2019, 06:32 PM
RE: Insert scrypt inside file.py ? - by Gribouillis - Oct-06-2019, 08:13 PM

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020