Skip to content

Commit

Permalink
A welcome message has been added. Also, items such as input fields an…
Browse files Browse the repository at this point in the history
…d exit messages, are now spoken aloud by a screen reader or system speech API.
  • Loading branch information
seediffusion committed Apr 22, 2020
1 parent 29fc3db commit 2fd8825
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fttc2.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import accessible_output2.outputs.auto
import sys
out = accessible_output2.outputs.auto.Auto()
out.output("Welcome to File Transfer Time Calculator. This tool allows you to estimate how long it will take for data to transfer from one location to another based on data size and transfer speed.")
out.output("Welcome to File Transfer Time Calculator v2. This tool allows you to estimate how long it will take for data to transfer from one location to another based on data size and transfer speed.")
def calculate_file_transfer_time():
out=accessible_output2.outputs.auto.Auto()
out.output("Please type the size of the file you're trying to transfer in megabytes")
Expand Down

0 comments on commit 2fd8825

Please sign in to comment.