Replies: 3 comments 4 replies
-
What I recommend to improve:
import os
if os.name == "nt": # If OS is Windows
# Add import hPyT and its settings
else: # If OS is Linux or macOS
pass # Do nothing And it looks good. |
Beta Was this translation helpful? Give feedback.
1 reply
-
License - the text that says what you can do with your program. You
probably got it wrong. For simple projects, the MIT license is often used.
It allows you to do anything with the code, provided that you are indicated
as the author. If there is no license file, you cannot do anything with the
program, and you cannot send a PR either. Just go to the GitHub website in
your repository, click "Add a new file", enter "LICENCE" as the name, and
you will be prompted to select a license from the list. What they allow and
prohibit is also indicated there.
вс, 13 апр. 2025 г., 1:02 PM Gwrvan Barré ***@***.***>:
… I think I will remove hPyt. And I don't need money for a license ?
—
Reply to this email directly, view it on GitHub
<#2710 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BJODFIFRUT5B3SO5UTWKA4L2ZIYZXAVCNFSM6AAAAAB2ZT32I6VHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTEOBRHAYDSMY>
.
You are receiving this because you commented.Message ID:
<TomSchimansky/CustomTkinter/repo-discussions/2710/comments/12818093@
github.com>
|
Beta Was this translation helpful? Give feedback.
3 replies
-
I can help fix the hPyT bug without removing it. Want to? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi I have used the customtkinter library for made this app :
My app
It use customtkinter , ctkmessagebox , hPyt and lucide icons .
It have a lot of features like cancel last action , history , game replay and save function .
Beta Was this translation helpful? Give feedback.
All reactions