https://github.com/ruppysuppy/number-system-converter
Simple GUI based Number system converter
https://github.com/ruppysuppy/number-system-converter
number-system-converter python tkinter-gui
Last synced: 2 months ago
JSON representation
Simple GUI based Number system converter
- Host: GitHub
- URL: https://github.com/ruppysuppy/number-system-converter
- Owner: ruppysuppy
- Created: 2018-11-13T03:54:45.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-11-26T03:00:29.000Z (over 5 years ago)
- Last Synced: 2025-01-29T08:11:53.333Z (4 months ago)
- Topics: number-system-converter, python, tkinter-gui
- Language: Python
- Homepage:
- Size: 15.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Number-System-Converter
This is a beginner friendly project (An application which is used to convert the given input in a specified number system to another number system of choice), for learning how to work on github.# Languages/Frameworks Used
* Python 3.x
* Tkinter (Available by default upon python installation)