Skip to content

jimskon/PythonNameLookup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PythonNameLookup

A web program with Python to lookup name statistics

Must do the following:

  • sudo pip install sortedcontainers # Install sorted containers for all users
  • sudo mkdir /var/www/html/PythonNameLookup
  • sudo chown ubuntu /var/www/html/PythonNameLookup/
  • sudo apt install libcgicc-dev
  • sudo chmod 777 /usr/lib/cgi-bin/
  • sudo a2enmod cgi. # enable cgi
  • sudo systemctl restart apache2

Then use use "make" to set it up.

About

A python based name statistics lookup program

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published