Skip to content

r-elsa/twitter_app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Twitter application

The application enables users to view, like and comment tweets from people that they follow, and to write their own tweets.

Technologies: python, TKInter and SQLite

Documentation

Installation

  1. Install dependencies
poetry install
  1. Build the source and wheels archives
To be added when database is configured
  1. Start application
poetry run invoke start

Shell commands

Run application

poetry run invoke start

Run tests

poetry run invoke test

Test coverage report (to htmlcov file)

poetry run invoke coverage-report

Format code

poetry run invoke format

Code quality test (pylint)

poetry run invoke lint

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages