UsefulNumbers is a simple Python script that helps you find all the "useful numbers" within a specified range. A "useful number" is defined as any number that meets certain criteria you specify.
- Requests two numbers from the user: a "From number" and a "To number".
- Calculates and prints a list of all useful numbers within that range.
- Python 3.x installed on your machine.
-
Clone the repository to your local machine:
git clone https://github.com/Fantonos/UsefulNumbers
-
Navigate to the project directory:
cd UsefulNumbers
-
Run the script:
python3 main.py
-
Follow the prompts to enter the "From number" and "To number".
-
The script will calculate and print a list of all useful numbers within the specified range.
Contributions are welcome! If you find any issues or have suggestions for improvements, please open an issue or submit a pull request.
This project is licensed under the MIT License - see the LICENSE file for details.