A mix of different python projects that I made for practice
You must have the latest python version (3.13.7) as well as the particular libraries install using
pip install <library>
or
py -3 -m pip install
- pip
- python 3.13.7
- basic understanding of python and the library used in the project in case of errors or bugs
- optional: pycharm (as the projects are made in pycharm)
You can clone this github repository by running this command in your git bash terminal
git clone https://github.com/joelscreen/python-projects.gitA simple akinator clone but with numbers. The computer will ask questions about a number you are thinking about, and based on that, predict your number.
Feel free to give suggestions on features or code organizing by pulling a request. If you have any projects that I can work on, please pull up a request. Also pull up an issue if you find any bugs or error in the code. Your issue will be responded asap.
You may use this project in your own projects and publish them, as long as you give some credit to this repo.