Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
New Module!
#3
(Oct-30-2017, 08:23 PM)EgMusic Wrote: Please try out my MODULE!
You are using wheel format wrong,it should install with pip.
C:\Users\Tom\Downloads
λ pip install delay_1.0.whl
delay_1.0.whl is not a valid wheel filename.
Now is this all code.
import time

def write(str):
    for letter in str:
        time.sleep(0.08)
        print(letter, end = '')
No one will use you code if you do it this way.
There is a  standard way to make wheel and and share it,eventually use PyPi to distribute it.
I have a tutorial about this here.
Reply


Messages In This Thread
New Module! - by EgMusic - Oct-30-2017, 06:56 PM
RE: New Module! - by EgMusic - Oct-30-2017, 08:23 PM
RE: New Module! - by metulburr - Nov-01-2017, 04:29 PM
RE: New Module! - by snippsat - Oct-31-2017, 03:27 PM
RE: New Module! - by EgMusic - Nov-01-2017, 03:17 PM
RE: New Module! - by metulburr - Nov-01-2017, 03:46 PM
RE: New Module! - by EgMusic - Nov-01-2017, 03:55 PM
RE: New Module! - by snippsat - Nov-01-2017, 04:44 PM
RE: New Module! - by EgMusic - Nov-02-2017, 12:48 PM
RE: New Module! - by buran - Nov-01-2017, 05:08 PM
RE: New Module! - by nilamo - Nov-01-2017, 06:49 PM
RE: New Module! - by EgMusic - Nov-22-2017, 01:52 PM
RE: New Module! - by buran - Nov-02-2017, 01:34 PM

Forum Jump:

User Panel Messages

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