Skip to content

An expert system that helps users by choosing tech stacks to fulfill solution

Notifications You must be signed in to change notification settings

YahyaMurad/Synoptech

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Synoptech

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.

Environment used

  • Python - 3.10.10
  • customtkinter - 5.1.3
  • Pyke - 1.1.1

How to run Synoptech

Installing the dependencies

Install GUI libraries

  • pip install tkinter
  • pip 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 build python setup.py install
  • Confirm the installation of pyke by running pip show pyke or by importing it in some python script import pyke

Editing pyke source code

  • Run the pip show pyke command and navigate to that directory
  • Replace the ask_tty.py file with the file available in the repo
  • On line 86 of the ask_tty.py file modify the paths to the txt files directory

Finally, you can run text_reader.py file

About

An expert system that helps users by choosing tech stacks to fulfill solution

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages