Welcome to the GUI Based Menu project! This project provides a graphical user interface (GUI) for accessing various tools and functionalities, making it easy to interact with different services and perform tasks efficiently.
- Tools: Access a variety of tools including encryption/decryption, task tracker, RAM usage finder, and more.
- Messaging: Send messages via WhatsApp, SMS, email, and post on social media platforms like Instagram and Twitter.
- Camera: Capture photos, record videos, and perform image manipulation tasks.
- AWS Integration: Interact with Amazon Web Services (AWS) including launching EC2 instances, creating S3 buckets, and using Simple Notification Service (SNS).
- Google Search: Search Google's top results for any query directly from the application.
- Clone the repository to your local machine:
git clone https://github.com/your_username/your_repository.git
- Navigate to the project directory:
cd your_repository
- Install the required dependencies:
pip install -r requirements.txt
To launch the GUI application, run the following command:
python main.py
Once the application starts, you'll see a main window with various buttons categorized into sections such as Tools, Messaging, Camera, and AWS. Click on any button to access its corresponding functionality.
-
Tools: Click on the "Encrypt/Decrypt" button to open a window where you can encrypt or decrypt text.
-
Messaging: Use the "SEND WHATSAPP" button to send a WhatsApp message or the "SEND EMAIL" button to send an email.
-
Camera: Capture photos, record videos, or apply filters to images using the camera functionalities.
-
AWS: Launch EC2 instances, create S3 buckets, upload files, or use the SNS service directly from the GUI.
This project was created by Samyak Jain. Feel free to contribute by submitting bug reports, feature requests, or pull requests.
This project is licensed under the MIT License.