NicolasBizzozzero / super_converter

Convert your binary/decimal/hexadecimal number into binary/decimal/hexadecimal with a cool GUI !

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Super-Converter

Super-Converter is written in Python 3 and uses Tkinter for his GUI.
It allows you to do multiple conversion, sush as :

- Convert an integer from one base to another.
- Convert a temperature into different scales.

Example screenshot

Installation

Super-Converter is available in PyPI, just type :

```shell pip install super_converter ```

It needs no other librairy to work.

Multi-language support

Super-Converter currently support the following languages :

  • ๐Ÿ‡บ๐Ÿ‡ธ - ๐Ÿ‡ฌ๐Ÿ‡ง English
  • ๐Ÿ‡ซ๐Ÿ‡ท French
  • ๐Ÿ‡ช๐Ÿ‡ธ Spanish

About

Convert your binary/decimal/hexadecimal number into binary/decimal/hexadecimal with a cool GUI !

License:GNU General Public License v3.0


Languages

Language:Python 99.8%Language:Batchfile 0.2%