Skip to content

tostos5963/PySimpleGUI-BaseConverter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

PySimpleGUI-BaseConverter

PySimpleGUI を使用して作成した基底変換アプリ(16bits)です。 10進数(DEC)、2進数(BIN)、8進数(OCT)、16進数(HEX)の変換ができます。

BaseConverter_img

ダウンロード

インストールと実行方法

【Windows】

pip install pysimplegui

python BaseConverter.py

【Linux(ubuntu)】

pip3 install pysimplegui

python3 BaseConverter.py

以下のエラーが出た場合    

    ModuleNotFoundError: No module named 'tkinter'

python3-tk をインストールしてください
    sudo apt-get install python3-tk

【Mac】

動作すると思いますが所持していないため確認できていません。

About

base(dec, bin, oct, hex) converter

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages