diff --git a/main.py b/main.py index 3e7a36d772f1ec9ddbb5d53846772d24adba6121..3a46111d0376c73b17b35d6f90e584043d15c719 100644 --- a/main.py +++ b/main.py @@ -147,7 +147,6 @@ def run_show_numbers(path): terme = int(input('Enter a number: ')) t = app_functions.dec_to_lambda_relative_integers(terme) print('Voici le terme:',logic.to_string(t)) - save_image_choice = input('Do you want to save the image? (y/n): ') logic.captureImage(t,path,'ENTIER-RELATIF-'+str(terme),False) save_image_choice = input('Do you want to save the images? (y/n): ') while save_image_choice not in ['y','n']: diff --git a/requirements.txt b/requirements.txt index 6fe6654dc9e070eae67dade8be981417082e7138..8f8424c9f77a67ac82fb1a3eb5982ed2cb2a7af6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1,2 @@ -pyfiglet \ No newline at end of file +pyfiglet +keyboard \ No newline at end of file