Skip to content

Python application for converting numerical systems (binary, octal, decimal, hexadecimal) with a user interface built using Flet

Notifications You must be signed in to change notification settings

NahumMejia/numerical-systems-converter-python-flet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Numerical Systems Converter

A simple python application for converting numerical systems (binary, octal, decimal, hexadecimal) with a user interface built using Flet.

Built With

Python

Features

  1. Convert between binary, octal, decimal, and hexadecimal systems.
  2. Easy-to-use graphical interface.
  3. Built using the Flet framework for Python.
  4. Includes a standalone executable created with PyInstaller.

Prerequisites

  1. Python 3.9+
  2. Flet installed

Installation

  1. Clone the repository
  2. Install python
  3. Install Flet library pip install flet
  4. Execute sourceCodeConverter.py or, execute the standalone file:
  5. Navigate to the dist folder and double-click on numericalConverter.exe.

Usage

  1. Enter the number you want to convert in the text field.
  2. Select the source numerical system (e.g., Decimal, Binary).
  3. Select the target numerical system (e.g., Hexadecimal).
  4. Click on the "Convert" button to view the result.

ScreenShots

prj-cvs-1 prj-cvs-2 prj-cvs-3 prj-cvs-4

About

Python application for converting numerical systems (binary, octal, decimal, hexadecimal) with a user interface built using Flet

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages