Skip to content

Commit

Permalink
Added Application Instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
JOS-RE committed Sep 12, 2021
1 parent 250a238 commit 3343a83
Showing 1 changed file with 117 additions and 1 deletion.
118 changes: 117 additions & 1 deletion translator.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,10 +125,126 @@ def relative_to_assets(path: str) -> Path:
)
button_5.place(
x=57.0,
y=382.99999999999994,
y=383.99999999999994,
width=230.0,
height=39.0
)
canvas.create_text(
54.0,
70.99999999999994,
anchor="nw",
text="Captraduire",
fill="#8A00BB",
font=("Comfortaa Regular", 34 * -1)
)

canvas.create_text(
60.0,
360.99999999999994,
anchor="nw",
text=" to End the program, click below\n",
fill="#000000",
font=("Comfortaa Regular", 13 * -1)
)

canvas.create_text(
58.0,
207.99999999999994,
anchor="nw",
text="Instructions :",
fill="#6D6D6D",
font=("FontAwesome5Brands Regular", 15 * -1)
)

canvas.create_text(
61.0,
217.99999999999994,
anchor="nw",
text="",
fill="#6D6D6D",
font=("FontAwesome5Brands Regular", 15 * -1)
)

canvas.create_text(
75.0,
269.99999999999994,
anchor="nw",
text="∘ Speak in English",
fill="#6D6D6D",
font=("FontAwesome5Brands Regular", 15 * -1)
)

canvas.create_text(
75.0,
324.99999999999994,
anchor="nw",
text="∘ You're good to go",
fill="#6D6D6D",
font=("FontAwesome5Brands Regular", 15 * -1)
)

canvas.create_text(
75.0,
235.99999999999994,
anchor="nw",
text="∘ Click on the desired",
fill="#6D6D6D",
font=("FontAwesome5Brands Regular", 15 * -1)
)

canvas.create_text(
75.0,
249.99999999999994,
anchor="nw",
text=" language button",
fill="#6D6D6D",
font=("FontAwesome5Brands Regular", 15 * -1)
)

canvas.create_text(
75.0,
290.99999999999994,
anchor="nw",
text="∘ Wait for the program to",
fill="#6D6D6D",
font=("FontAwesome5Brands Regular", 15 * -1)
)

canvas.create_text(
75.0,
305.99999999999994,
anchor="nw",
text=" translate",
fill="#6D6D6D",
font=("FontAwesome5Brands Regular", 15 * -1)
)

canvas.create_text(
60.0,
125.99999999999994,
anchor="nw",
text="Welcome to Captraduire,",
fill="#FE724D",
font=("Comfortaa Regular", 18 * -1)
)

canvas.create_text(
60.0,
146.99999999999994,
anchor="nw",
text="your on the go",
fill="#FE724D",
font=("Comfortaa Regular", 18 * -1)
)

canvas.create_text(
60.0,
167.99999999999994,
anchor="nw",
text="translator.",
fill="#FE724D",
font=("Comfortaa Regular", 18 * -1)
)
window.resizable(False, False)
window.mainloop()

Expand Down

0 comments on commit 3343a83

Please sign in to comment.