A modern unit converter for Roblox Industrialist players. Quickly convert between different MamyFlux (MF) units with an elegant and intuitive interface.
- 🔄 Quick Conversion - Convert between MF, kMF, MMF, GMF, TMF, PMF, and EMF
- 🎨 Modern UI - Sleek dark theme inspired by Spotify
- 🌐 Multilingual - Switch between French and English
- ⌨️ Keyboard Shortcuts - Press Enter to convert instantly
- 🎯 Smart Formatting - Automatic number formatting for readability
- ✅ Visual Feedback - Color-coded success/error animations
- Download the latest release from Releases
- Extract the ZIP file
- Run
MamyFlux Converter.exe - That's it! No installation needed.
- Python 3.9 or higher
- pip (Python package manager)
- Clone the repository:
git clone https://github.com/YOUR_USERNAME/mamyflux-converter.git
cd mamyflux-converter- Install dependencies:
pip install -r requirements.txt- Run the application:
python converto.pyTo create your own executable:
pip install pyinstaller
pyinstaller --onefile --windowed --name "MamyFlux Converter" converto.pyThe executable will be in the dist/ folder.
- Enter a value in the input field
- Select the source unit (From)
- Select the target unit (To)
- Click Convert or press Enter
- View the result instantly
| Unit | Full Name | Value |
|---|---|---|
| MF | MamyFlux | 1 |
| kMF | Kilo MamyFlux | 10³ |
| MMF | Mega MamyFlux | 10⁶ |
| GMF | Giga MamyFlux | 10⁹ |
| TMF | Tera MamyFlux | 10¹² |
| PMF | Peta MamyFlux | 10¹⁵ |
| EMF | Exa MamyFlux | 10¹⁸ |
Switch between languages using the language selector in the top-right corner:
- 🇫🇷 French (Français)
- 🇬🇧 English
Contributions are welcome! Here's how you can help:
- Fork the repository
- Create a new branch (
git checkout -b feature/improvement) - Make your changes
- Commit your changes (
git commit -am 'Add new feature') - Push to the branch (
git push origin feature/improvement) - Create a Pull Request
Found a bug? Please open an issue with:
- Description of the problem
- Steps to reproduce
- Expected vs actual behavior
- Screenshots (if applicable)
This project is licensed under the MIT License - see the LICENSE file for details.
E.C
Made with ❤️ for the Roblox Industrialist community
- Built with CustomTkinter
- Inspired by modern application design
- Thanks to the Roblox Industrialist community
If your antivirus flags the .exe file, this is a false positive. This is common with PyInstaller executables. The application is completely safe and open-source - you can verify the code yourself!
- Conversion history
- Dark/Light theme toggle
- Additional languages (Spanish, German)
- Export results to clipboard
- Favorites system for common conversions
Star ⭐ this repository if you find it helpful!
