Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

⚡ MamyFlux Converter

A modern unit converter for Roblox Industrialist players. Quickly convert between different MamyFlux (MF) units with an elegant and intuitive interface.

Python CustomTkinter License

✨ Features

  • 🔄 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

📸 Screenshots

MamyFlux Converter Interface

🚀 Quick Start

For Users (No Python Required)

  1. Download the latest release from Releases
  2. Extract the ZIP file
  3. Run MamyFlux Converter.exe
  4. That's it! No installation needed.

For Developers

Prerequisites

  • Python 3.9 or higher
  • pip (Python package manager)

Installation

  1. Clone the repository:
git clone https://github.com/YOUR_USERNAME/mamyflux-converter.git
cd mamyflux-converter
  1. Install dependencies:
pip install -r requirements.txt
  1. Run the application:
python converto.py

🛠️ Building from Source

To create your own executable:

pip install pyinstaller
pyinstaller --onefile --windowed --name "MamyFlux Converter" converto.py

The executable will be in the dist/ folder.

📖 How to Use

  1. Enter a value in the input field
  2. Select the source unit (From)
  3. Select the target unit (To)
  4. Click Convert or press Enter
  5. View the result instantly

Supported Units

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¹⁸

🌐 Language Support

Switch between languages using the language selector in the top-right corner:

  • 🇫🇷 French (Français)
  • 🇬🇧 English

🤝 Contributing

Contributions are welcome! Here's how you can help:

  1. Fork the repository
  2. Create a new branch (git checkout -b feature/improvement)
  3. Make your changes
  4. Commit your changes (git commit -am 'Add new feature')
  5. Push to the branch (git push origin feature/improvement)
  6. Create a Pull Request

🐛 Bug Reports

Found a bug? Please open an issue with:

  • Description of the problem
  • Steps to reproduce
  • Expected vs actual behavior
  • Screenshots (if applicable)

📝 License

This project is licensed under the MIT License - see the LICENSE file for details.

👤 Author

E.C

Made with ❤️ for the Roblox Industrialist community

🙏 Acknowledgments

  • Built with CustomTkinter
  • Inspired by modern application design
  • Thanks to the Roblox Industrialist community

⚠️ Antivirus Warning

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!

📊 Roadmap

  • 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!

About

A modern unit converter for Roblox Industrialist

Topics

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages