This project converts and compares real life exemple of radiation units using XKCD's radiation dose chart.
It uses a tkinter GUI to display the user interface
Clone this repo on your machine, go into the project directory and run
python3 main.pyThere are no requirements. All the necessary libraries are included in the default python package
- Display the Radiation Chart on demand
- Add a more detailed description and links
- Add a switch input button to switch between main and secondary input
- Rewrite radiation exemples
- Make long units more readable
- Make UI more adaptable to changes in elements' size
- Better input management.
- Floating point inaccuracy
- Add a "main" side so that when changing unit from the secondary side, it doesn't change the main input value
