Skip to content

A object oriented solution for the ant crawling problem.

License

Notifications You must be signed in to change notification settings

homanw104/ant-crawl-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ant-crawl-python

An object-oriented solution for the ant crawling problem, written in Python.

A UI for all showcases is to be included, using PyQt.

Compile .ui file and .qrc resource file

Use pyuic5 and pyrcc5 to generate resource files before compiling.

pyuic5 -x -o ./resources/antcrawl_ui.py ./resources/antcrawl.ui
pyrcc5 -o ./resources/res_rc.py ./resources/resources.qrc

About

A object oriented solution for the ant crawling problem.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages