Skip to content

This project is a simple interface for the small school's library.

Notifications You must be signed in to change notification settings

dgokondra/school

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SchoolLibrary

This project is a simple interface for the small school's library. A user of this program can:

  • get information about all books in the library;
  • add new book (schoolbook and fiction book) in the database;
  • search need books using some nformation about title, author for example.

This program is a project written by for education next technologies:

  • python 3.7
  • pyqt5
  • pytest
  • etc

Install environments

You need activate virtual environment.

If you use virtualenvwrapper run next command in a terminal:

mkvirtualenv your_environment
workon your_environment
pip install -r requirements.txt

If you use virtualenv run next command in the directory with the current project.

On Linux:

virtualenv your_environment
source your_environment/bin/activate
pip install -r requirements.txt

On Windows:

virtualenv your_environment
your_environment/Scripts/activate
pip install -r requirements.txt

Run the project

workon your_environment
python main.py

Run all tests

You will open the directory with the project and will run:

workon your_environment
PYTHONPATH=. pytest tests/

License

It is open-source application written by only for educational purpoces. Thank you for images this site.

Author

E.Karandasov, 2019

About

This project is a simple interface for the small school's library.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages