An expert system that helps individuals. It will provide a briefing about technologies to be used in certain tasks saving time and money spent on research to find the optimal technologies to fulfil solutions. It can be used when creating personal projects or other similar things.
- Python -
3.10.10 - customtkinter -
5.1.3 - Pyke -
1.1.1
Install GUI libraries
pip install tkinterpip install customtkinter
Install pyke
- https://sourceforge.net/projects/pyke/files/pyke/1.1.1/, download pyke3-1.1.1 and unzip it
- Navigate to the pyke directory where the setup.py file is located
- Run the following commands
python setup.py buildpython setup.py install - Confirm the installation of pyke by running
pip show pykeor by importing it in some python scriptimport pyke
- Run the
pip show pykecommand and navigate to that directory - Replace the
ask_tty.pyfile with the file available in the repo - On line 86 of the
ask_tty.pyfile modify the paths to the txt files directory
Finally, you can run text_reader.py file