##DEMO VIDEO https://drive.google.com/file/d/1lxrmnupBleE7NIFbAbv1e1e-vo19GnJy/view?usp=sharing
A hybrid desktop app that combines an Image Generator with a Calculator GUI into a single interface. This project is a lightweight experiment aimed at blending utility and creativity in one tool.
- ★ Basic Image Generator for quick visuals
- ★ Calculator GUI supporting Add, Subtract, Multiply, Divide
- ★ Unified interface — no need to run separate tools
- ★ Download support (works but requires some extra steps)
- ★ Beginner-friendly and minimal dependencies
Planned Enhancements
- ★ Scientific Calculator mode
- ★ Meme integration in Scientific mode
- ★ Simplified download/export
Clone the repository:
git clone https://github.com/your-username/BasicMaths.git
cd BasicMathsInstall dependencies:
pip install -r requirements.txtRun the application:
F5 command- Launch the app
- Navigate to the Calculator Tab for quick math
- Switch to the Image Generator Tab for visuals
- Export/Download results (experimental feature)
image-calc-combo/
┣ img/ #imagesforthe animals
┣ gif/ # gifs on spam page
┣ index.html # calculator ui
┣ output.html # page after the output is yield
┣ btn1.html #post animate btn page
┗ download.html # downloads automatically
Contributions are highly welcome. To contribute:
- Fork this repository
- Create your feature branch (
git checkout -b feature/YourFeature) - Commit your changes (
git commit -m 'Add YourFeature') - Push to your branch (
git push origin feature/YourFeature) - Open a Pull Request
This project is licensed under the MIT License. You are free to use, modify, and distribute it as per the license terms.
This is an experimental project. While the core features work, expect rough edges (especially in download/export). The project is open for ideas and improvements.