Tumgik
#CustomTkinter
mydigitalcreations · 10 months
Text
Automating GitHub Operations
How to automate GitHub pushes and files creations with python programming language.
0 notes
tsubakicraft · 1 year
Text
Flet〜PythonでGUIを作るフレームワーク
モノづくり塾での学習過程で手早く実験プログラムを作る必要に迫られると思っていて、そのための良い道具を検討中です。AI学習でPythonを多用することになるのでPythonで使えるものです。 これはどうかな? CustomTkinterをしばらく使ってみましたが、ウィジットの階層関係がわかりにくくて使いにくい印象でした。とても人気のあるフレームワークなので参考資料に事欠かないのは利点ですが、どうも美しくない感じがします。あくまでも個人的な印象ですが。 その点、Fletはコードの見通しが良いと思います。 実は、僕が会社勤めをしていた期間の大部分がフレームワークの設計・実装が主な仕事でした。データベースアクセスやワークフロー自動化をするフレームワークを作っていた期間が長かったので、こういうウィジットフレームワークを作るのはあまり得意ではありません。 フレームワークは「考え方の枠組み」…
Tumblr media
View On WordPress
0 notes
werewolfcodes · 5 months
Text
so, the big project i have been working on is a chat application that will be used for myself and a few select friends of mine. the name of this app is argon
i started working on the code for the prototype on january 9th of this year and i've made significant progress. the prototype is in customtkinter, but i've decided now that since this will be a large scale project, i should work with pyqt6. i have some experience with pyqt5, but not much with 6, so this will be a great learning experience for me ^_^
the prototype currently has
login / sign up features (connected to a sqlite3 database. NOTE: i made this choice just for the purpose of getting the project started. when it comes time for the app to be deployed, i will be using a postgresql database)
chat dashboard that shows the user all of their chats
a chat feature
not much because i've mainly been brainstorming and drafting what i want this to look like and how i want this to work. the prototype currently has 236 lines of code (with spacing and comments of course, so i imagine its around 205-215 in actuality). i am very excited to continue working on this project and share what i have eventually ^_^
7 notes · View notes
theoretical-potato · 10 months
Text
Finally got my YouTube live chat dnd bot working
Inspired by dougdoug’s videos and made for The Jan on YouTube. Code:
I use Microsoft azure and pytchat along with customtkinter for the gui.
1 note · View note
ijayaprakashyt · 10 months
Video
Python CustomTkinter: Building a Sleek and Basic GUI App | Part 01
0 notes
mydigitalcreations · 10 months
Text
Use the @YouTube #API to get the @videos #descriptions and #titles and save them to a #csv file.
1 note · View note