Ayushpanditmoto / Trading-Bot

Binary Trading AI Bot is a project idea aimed at developing an AI-powered bot for binary trading. The bot utilizes machine learning algorithms to predict the direction of the next candle (whether it will move up or down) with high accuracy.
50 stars 50 forks source link

Optimize: main.py #36

Closed TechieSamosa closed 4 months ago

TechieSamosa commented 4 months ago

Optimization and Changes Request

Description: I would like to optimize and make the following changes to the code:

  1. Use Standard Tkinter: Replace customtkinter with standard Tkinter.
  2. Improve Variable Names: Rename variables for better readability (e.g., username_label to lbl_username).
  3. Grid Geometry Manager: Use a common padding value for all widgets.
  4. Organize Code Into Functions: Create functions to improve code structure.
  5. *Avoid Using show="":** Use the Entry widget's show attribute instead.

Changes to be Made:

Additional Notes:

Name: Aditya Sachin Khamitkar GitHub Username: TheNaiveSamosa Email: thenaivesamosa@gmail.com GSSoC Contributor in 2024

Tasks:

Please assign me this. I am a beginner but I will try to do this.