This is a sample application demonstrating the usage of a menu bar using CustomTkinter (CTK).
This application provides a simple GUI with a menu bar that allows users to perform various actions such as opening files, saving files, changing themes, and accessing help.
- Open File: Allows users to open a file from their system.
- Save File: Enables users to save content to a file.
- Set Default Folder: Allows users to set a default folder for file operations.
- Theme Selection: Provides options to change the theme of the application.
- About: Displays information about the application.
- Clone the repository:
git clone https://github.com/yourusername/CTK-Example-Menu-Bar-Test.git
- Install dependencies:
pip install -r requirements.txt
- Run the application:
python ctk_example_menu_bar.py
- Use the menu bar options to perform various actions.
Contributions are welcome! If you'd like to contribute to this project, please follow these steps:
- Fork the repository.
- Create a new branch (
git checkout -b feature/yourfeature
). - Make your changes.
- Commit your changes (
git commit -am 'Add some feature'
). - Push to the branch (
git push origin feature/yourfeature
). - Create a new Pull Request.
This project is licensed under the MIT License - see the LICENSE file for details.
If you have any questions or suggestions, feel free to reach out to us at [email protected].