A school project to guess a random number in python
Explore the docs »
View Demo
.
Report Bug
.
Request Feature
Guess the number is a python project done in the NSI class at the High School (France).
This script generates a random number between 1 and 200 that you have to guess, the turns are counted automatically, once the number is found a message appears asking you if you want to restart a game or not.
The language of this project is French only.
This project uses basic Python functions as well as pip colorama and pytictoc modules.
You just need to have Python on your pc
Python for Mac/Windows/Linux : https://www.python.org/
-
Install Python on your PC.
-
Clone the repo
git clone https://github.com/groupeonyx/guessthenumber.git
- Install pip modules
pip install colorama
pip install pytictoc
- Execute the script (final.py)
Use this script as you wish, you can reuse it for your own school projects etc... You can completely remake the system to make it better and share it with the community.
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- If you have suggestions for adding or removing projects, feel free to open an issue to discuss it, or directly create a pull request after you edit the README.md file with necessary changes.
- Please make sure you check your spelling and grammar.
- Create individual PR for each suggestion.
- Please also read through the Code Of Conduct before posting your first idea as well.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE for more information.
- Polo - Groupe Onyx - Spécialité NSI Première - Polo - Groupe Onyx - Guess The Number